[eluser]web-johnny[/eluser]
[quote author="MatthewSchenker" date="1329071899"]Hello web-johnny,
As always, thanks for your great answers!
I've been trying various CRUD methods in CodeIgniter, and Grocery CRUD is definitely terrific. Most of the methods I am reading about involve using the Form Helper. Just for comparison, I was wondering about Grocery CRUD with this.
Do you think it's easier and more powerful to just use Grocery CRUD callbacks instead of the CI Form Helper?
Thanks again,
Matthew[/quote]
I totally believe that it's more powerful by NOT using form_helper. The good thing about grocery CRUD is that time after time its getting more stable as it uses less and less code from CI .
This is very useful for futures updates. For example even if major changes will be in Codeigniter , grocery CRUD is still stable and update-able without any problem. That's the secret that is still compatible with 1.7.x ;-)
The callbacks are pretty cool idea and I will try to have more documentation, so users can use them easily without any doubt.