Hey, I wanted to ask for Grocery Crud doesn't edit or delete when the query strings is enabled in CI.
Do you know how to fix it? I prefer to use the query strings if it's possible to use it
⚠ 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. ⚠
Posted 03 June 2013 - 06:07 AM
Hey, I wanted to ask for Grocery Crud doesn't edit or delete when the query strings is enabled in CI.
Do you know how to fix it? I prefer to use the query strings if it's possible to use it
Posted 03 June 2013 - 08:32 AM
Hello [member=mahar prasetio].
I believbe you wont be able to use query strings with Grocery CRUD since it relies on the structure
controller/controller's_function/operation/id
If you can modify these lines
$config['controller_trigger'] = 'c';
$config['function_trigger'] = 'm';
so it supports your case then you might be able to use them.