I was thinking to make something like this : when a user logs in to see only his specific records from a specific table. Any ideas how can i do this with GC ?
One more question
- Single Page
Posted 27 June 2013 - 08:54 AM
Posted 27 June 2013 - 12:03 PM
Grocery CRUD library is a way to make CRUD easier for developers using CodeIgniter framework.
As a library for CodeIgniter it expands the abilities of the framework to use a really niche CRUD system.
Grocery CRUD itself doesn't provide user authentication or user groups.
These need to be developed (or used) by another library or custom code.
By the time this user authentication system is in place it is very easy for GC to limit the the showing records of a table using the user id of the logged in user. See the where function how to limit the showing records.
Posted 30 June 2013 - 14:23 PM
Can you give me a example ? im not sure how to start ....
Posted 30 June 2013 - 17:50 PM
Grocery CRUD library is a way to make CRUD easier for developers using CodeIgniter framework.
As a library for CodeIgniter it expands the abilities of the framework to use a really niche CRUD system.
Grocery CRUD itself doesn't provide user authentication or user groups.
These need to be developed (or used) by another library or custom code.
By the time this user authentication system is in place it is very easy for GC to limit the the showing records of a table using the user id of the logged in user. See the where function how to limit the showing records.
Thank you sooooooooooo much.. problem solved...xD