Base field types Default theme
Basic field types support. Xcrud tries to define type automatically from database, or you can set it manualy
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table('base_fields');
$xcrud->no_editor('text_area');
echo $xcrud->render('create');
?>
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/xcrud/xcrud.php on line 9448
Base Fields - Add
| Text | |
| Text Area | |
| Text Editor | |
| Integer | |
| Float | |
| Enum | |
| Set | |
| Date | |
| Datetime | |
| Time | |
| Bool | |
| Point |