Top "Grocery-crud" questions

Grocery CRUD is an open-source CRUD implementation for the CodeIgniter PHP framework.

How to integrate Reactjs frontend with php codeigniter application on apache server?

The CodeIgniter application was developed much earlier without plans to integrate ReactJS at that time. A later requirement was added …

php reactjs apache codeigniter grocery-crud
Grocery CRUD Join table

Need some help to make a relationship between products and quantity. Table1: Products Columns: id , code, unit, name, size , cost , …

php mysql codeigniter grocery-crud
Codeigniter Grocery Crud extend set_relation() function?

Is there anyone knows how to extend the set_relation() ? Here is the idea, base on the example of Grocery …

codeigniter crud grocery-crud
How to show data in input field when select data at dropdown in Grocery Crud and Codeigniter

In Grocery Crud and Codeigniter , Basically i want to show data from one table(such as a_tbl) when select …

codeigniter grocery-crud
Set dropdown input default value based on third parameter in Grocery CRUD

Code sample below, function product($parameter){ $crud = new grocery_CRUD(); ... $crud->callback_add_field('dropdown_field_name',array($this,…

codeigniter drop-down-menu grocery-crud
How to hide a field when editing that is visible when adding an item?

I have a problem with trying to hide a field when editing an entry that must be visible when adding …

codeigniter hidden-field grocery-crud
Dependent Drop down in Grocery CRUD (CodeIgniter)

I stucked in a Problem When Playing with Drop Downs.I tried to use this http://www.grocerycrud.com/forums/…

php mysql codeigniter drop-down-menu grocery-crud
Codeigniter Grocery Crud update field?

$crud->set_rules('user_password', 'Password', 'trim|required|matches[konfirmpass]'); $crud->set_rules('konfirmpass', 'Konfirmasi Password', 'trim|…

codeigniter crud grocery-crud