⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

One more question



Robert
  • profile picture
  • Member

Posted 27 June 2013 - 08:54 AM

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 ?


davidoster
  • profile picture
  • Member

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.


Robert
  • profile picture
  • Member

Posted 30 June 2013 - 14:23 PM

Can you give me a example ? im not sure how to start ....


Wong Erynnyes
  • profile picture
  • Member

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