DEMO SITE v1.7.20

Base field types Default theme

Basic field types support. Xcrud tries to define type automatically from database, or you can set it manualy

HIDE CODE
<?php
    $xcrud = Xcrud::get_instance();
    $xcrud->table('base_fields');
    $xcrud->no_editor('text_area');
    echo $xcrud->render('create');
?>

Base Fields - Add

Text
Text Area
Text Editor
Integer
Float
Enum
Set
Date
Datetime
Time
Bool
Point