public function offices_management()
{

$this->config->load('grocery_crud');
$this->config->set_item('grocery_crud_dialog_forms',true);
$this->config->set_item('grocery_crud_dialog_color','elegant-color');
$this->config->set_item('grocery_crud_dialog_text_color','white');

try{
$crud = new grocery_CRUD();
$crud->set_theme('mdb'); // magic code
$crud->set_table('offices');
$crud->set_subject('Office');
$crud->required_fields('city');
$crud->columns('city','country','phone','addressLine1','postalCode');

$output = $crud->render();

$this->_example_output($output);

}catch(Exception $e){
show_error($e->getMessage().' --- '.$e->getTraceAsString());
}
}
View Office
City:
Boston
Phone:
+1 215 837 0825
AddressLine1:
1550 Court Place
AddressLine2:
Suite 102
State:
MA
Country:
USA
PostalCode:
02107
Territory:
NA

Our Products


Searchable FAQ Addon for WPBakery Page Builder (formerly Visual Composer)

Mega Monster Menu Plugin for WordPress

Elegant Mega Addons for WPBakery Page Builder (formerly Visual Composer) Video Gallery Module