ci_bootstrap_3 icon indicating copy to clipboard operation
ci_bootstrap_3 copied to clipboard

custom query for admin area

Open markyie opened this issue 8 years ago • 2 comments

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.

markyie avatar May 28 '16 00:05 markyie

no problem.. just found the solution. i've amend Admin_controller.php for custom query setting and add new model for the custom query.

markyie avatar May 28 '16 02:05 markyie

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.

lexjwa avatar Aug 23 '17 13:08 lexjwa