I am using CodeIgniter for my website. I am currently trying to implement an admin section where I've to enable CRUD features.
I searched online and came across two different extensions for CI.
- Grocerycrud http://www.grocerycrud.com
- Carbogrid http://carbogrid.com
Can anyone suggest which one is better ?
Edit: I am using PostgreSQL database.