Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

  1. Grocerycrud http://www.grocerycrud.com
  2. Carbogrid http://carbogrid.com

Can anyone suggest which one is better ?

Edit: I am using PostgreSQL database.

share|improve this question
   
why not just use CI? – JvdBerg Sep 26 '12 at 7:16
I am doing basic 'insert' 'delete' 'update' 'create' options in CI itself. But when doing the process for a big list,an admin UI, I thought a stable built-in interface will be better. – i_nomad Sep 26 '12 at 9:44
The database I am using is postgresql – i_nomad Sep 27 '12 at 5:04
1  
grocery crud is easier. But it only support mySQL – goFrendiAsgard Dec 9 '12 at 12:47
I agree grocery crud looks easier and a smoother design. I am just getting started on both and have dropped interest in carbogrid though it is one to take note of if he ever involves more modern javascript. – Shane Mar 14 at 6:54

closed as not constructive by Jared Farrish, Kemal Fadillah, hjpotter92, Luksprog, Jeremy J Starcher Sep 27 '12 at 7:13

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.