PHP Classes

File: classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Forms Class with HTML Generator and JavaScript Validation   ???   Download  
File: ???
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: Added more classes to the class maps array.
Date: 1 month ago
Size: 631 bytes
 

Contents

Class file image Download
<?php
    $__classmap
+= array(
       
'form_ajax_submit_class'=>__DIR__.DIRECTORY_SEPARATOR.'form_ajax_submit.php',
       
'form_class'=>__DIR__.DIRECTORY_SEPARATOR.'forms.php',
       
'form_custom_class'=>__DIR__.DIRECTORY_SEPARATOR.'forms.php',
       
'form_crud_class' =>__DIR__.DIRECTORY_SEPARATOR.'form_crud.php',
       
'form_crud_data_source_class' =>__DIR__.DIRECTORY_SEPARATOR.'form_crud.php',
       
'form_layout_vertical_class'=>__DIR__.DIRECTORY_SEPARATOR.'form_layout_vertical.php',
       
'form_list_select_class'=>__DIR__.DIRECTORY_SEPARATOR.'form_list_select.php',
       
'form_scaffolding_class'=>__DIR__.DIRECTORY_SEPARATOR.'form_scaffolding.php',
    );
?>