ci_bootstrap_3
ci_bootstrap_3 copied to clipboard
custom query for admin area
hi, i've try few workaround to solve my custom query CRUD page using grocery crud.. unfortunately all of them end up in error. Use few sample took from forum (here's the link -> http://www.grocerycrud.com/forums/topic/90-how-to-create-an-extension-for-grocery-crud-real-example-included/). hope u can help me to solve this problem. Maybe it was because i've put the model n controller in the wrong location. thanks.
no problem.. just found the solution. i've amend Admin_controller.php for custom query setting and add new model for the custom query.
What changes you made in Admin_controller.php?
I am not familiar with CI_Bootstrap_3. I know how CI_Controller works. I am facing issue inserting data into table when my controller extends from Admin_Controller.