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:
San Francisco
Phone:
+1 650 219 4782
AddressLine1:
100 Market Street
AddressLine2:
Suite 300
State:
CA
Country:
USA
PostalCode:
94080
Territory:
NA

Our Products


Image HotSpot Addon for WPBakery Page Builder (formerly Visual Composer)

All in One Social Icons Addon for WPBakery Page Builder (formerly Visual Composer)

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