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:
Tokyo
Phone:
+81 33 224 5000
AddressLine1:
4-1 Kioicho
AddressLine2:
 
State:
Chiyoda-Ku
Country:
Japan
PostalCode:
102-8578
Territory:
Japan

Our Products


Hexagon Image Hover Addon for WPBakery Page Builder (formerly Visual Composer)

Video Gallery Pro Addon for WPBakery Page Builder (formerly Visual Composer)

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