Grocery crud for codeigniter works only with mysql db. To integrate with postgresql recommended to use set_model() to set the model which extends original model and overwrite the functions which gives error.
I did the same, but now it gives me error in grocery_crud.php library file:
Fatal error: Cannot access empty property in D:\xampp\htdocs\ilc\application\libraries\Grocery_CRUD.php on line 1556
I am really confused in this library file, which made we asking you.
I have searched web for solution and alternative ways of integrating this crud with postgresql. but there are almost no solution. somebody change core postgresql driver for codeigniter, which seems not good.
Did somebody solved this issue? Thanks