PHP Classes

File: classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Forms Class with HTML Generator and JavaScript Validation   classmaps.php   Download  
File: classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Define an array with all package class files
Class: PHP Forms Class with HTML Generator and JavaScript Validation
HTML forms generation and validation.
Author: By
Last change:
Date: 11 months ago
Size: 93 bytes
 

Contents

Class file image Download
<?php
    $__classmap
+= array(
       
'form_class' =>__DIR__.DIRECTORY_SEPARATOR.'forms.php'
   
);
?>