Hi,
It is so fine to run the master-detail jqGrid under the purely
PHP. and I run the same code under the Codeigniter framework,
but it take the error .
i guess, that's point as,
// receive id, selected row of parent grid
$id = intval($_GET["id"]);
how to solve it ? thanks a lot
Best regard,
Andy Liaw
By default, probably the htaccess mod_rewrite param of QSA (query string append) is disabled.
You might need to enable it in CI.
I need to use phpgrid in Codeigniter framework Please Expalin me in detail
Thanks in advance
Refer faq: How can i integrate PHPGrid in MVC based frameworks like Yii, Codeignitor, Zend Framework, CakePHP and others.
How to integrate in controller part in Ci and how to use model and view page include error is showing in controller.please help me thanks in advance.
We just gave a broad idea of how it fits in MVC. Rest framework related integration is upto you. Our technical support is limited to phpgrid framework related queries.
I have one problem with phpgrid and codeigniter, it work fine, but in search we have problems.
Could you explain how we fix it the htaccess mod_rewrite param of QSA (query string append).
How can we enable it? Tks