You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we also need to check if "q" are null object or are not an object ... due the $q->num_rows() check, i thing its a limitation also from the CI framework
ka ka ka some time since this problem.. now i made a ugly trick due that workaround does not work at all.. the trick consist on create a new table from the customized query.. later render the grocery crud from that recently created table.. of course has a hit performance I/O related.. but works for little projects ...
the "q" must need too many checks.. and workaround related to individuals check..
due lackof time i not implemented a property made solution.. sorry later time i'll try some piece of code
grocery-crud/application/models/Grocery_crud_model.php
Line 340 in c38c119
In method
Take a example : relation and selection table both are empty, then set relation_n_n something like below
Will throw you error
Which is from line 340
To fix this issue modify model like below
The text was updated successfully, but these errors were encountered: