Hello,
When i use $crud -> set_table(table_name);
* table_name is a "view"
I got a error message "Fatal error: Cannot access empty property in /.../application/libraries/Grocery_CRUD.php on line 1540"
I think maybe the point is there is no primary key or index on view?
How can i resolve it?