Importing bits and pieces
This is the initial import based on a few files I had around.
This commit is contained in:
commit
871d28cd16
20 changed files with 1994 additions and 0 deletions
includes/form
24
includes/form/package.inc.php
Normal file
24
includes/form/package.inc.php
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
|
||||
$package[ 'requires' ][] = 'box';
|
||||
|
||||
$package[ 'files' ][] = 'field';
|
||||
$package[ 'files' ][] = 'form';
|
||||
$package[ 'files' ][] = 'view';
|
||||
$package[ 'files' ][] = 'ctrl';
|
||||
$package[ 'files' ][] = 'modifiers';
|
||||
$package[ 'files' ][] = 'validators';
|
||||
|
||||
$package[ 'views' ][] = 'form';
|
||||
$package[ 'ctrls' ][] = 'form';
|
||||
|
||||
$package[ 'extras' ][] = 'Field';
|
||||
$package[ 'extras' ][] = 'FieldModifier';
|
||||
$package[ 'extras' ][] = 'FieldValidator';
|
||||
$package[ 'extras' ][] = 'Form';
|
||||
$package[ 'extras' ][] = 'FormAware';
|
||||
|
||||
$package[ 'extras' ][] = 'Modifier_TrimString';
|
||||
$package[ 'extras' ][] = 'Validator_StringLength';
|
||||
$package[ 'extras' ][] = 'Validator_InArray';
|
||||
$package[ 'extras' ][] = 'Validator_IntValue';
|
Loading…
Add table
Add a link
Reference in a new issue