• codeSample Codes

    public function products_management()
    {

    $this->config->load('grocery_crud');
    $this->config->set_item('grocery_crud_dialog_forms',true);
    $this->config->set_item('grocery_crud_dialog_color','pink darken-4');
    $this->config->set_item('grocery_crud_dialog_text_color','white');


    $crud = new grocery_CRUD();
    $crud->set_theme('materializecss'); // magic code
    $crud->set_table('products');
    $crud->set_subject('Product');
    $crud->unset_columns('productDescription');
    $crud->callback_column('buyPrice',array($this,'valueToEuro'));

    $output = $crud->render();

    $this->_example_output($output);
    }
  • editView Product
    ProductCode:
    S12_1108
    ProductCode:
    S12_1108
    ProductName:
    2001 Ferrari Enzo
    ProductName:
    2001 Ferrari Enzo
    ProductLine:
    Classic Cars
    ProductLine:
    Classic Cars
    ProductScale:
    1:12
    ProductScale:
    1:12
    ProductVendor:
    Second Gear Diecast
    ProductVendor:
    Second Gear Diecast
    ProductDescription:
    Turnable front wheels; steering function; detailed interior; detailed engine; opening hood; opening trunk; opening doors; and detailed chassis.
    ProductDescription:
    Turnable front wheels; steering function; detailed interior; detailed engine; opening hood; opening trunk; opening doors; and detailed chassis.
    QuantityInStock:
    3619
    QuantityInStock:
    3619
    BuyPrice:
    95.59
    BuyPrice:
    95.59
    MSRP:
    207.8
    MSRP:
    207.8