Base field types Bootstrap 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'); ?>