Auto generate a form
From Aikiframework wiki
|
This is deprecated. Aiki now has this function built-into the admin interface |
Forms auto generator create a form by automatically writing an array in aiki_forms table out of any table structure.
Usage
require ("aiki.php");
$aiki->forms->auto_generate('db table name');

