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:
Paris
Phone:
+33 14 723 4404
AddressLine1:
43 Rue Jouffroy D
AddressLine2:
 
State:
 
Country:
France
PostalCode:
75017
Territory:
EMEA

Our Products


Fullpage Parallax Scroll Addon for WPBakery Page Builder (formerly Visual Composer)

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

Before After Image Pro Addon for WPBakery Page Builder (formerly Visual Composer)