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:
 
Phone:
 
AddressLine1:
 
AddressLine2:
 
State:
 
Country:
 
PostalCode:
 
Territory:
 

Our Products


Expandable Gallery Addon for WPBakery Page Builder (formerly Visual Composer)

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

Slick Slide Menu Addon for WPBakery Page Builder (formerly Visual Composer)