master-detail grid in the Codeigniter framework ?

Questionsmaster-detail grid in the Codeigniter framework ?
Andy Liaw asked 11 years ago

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

9 Answers
Abu Ghufran answered 11 years ago

By default, probably the htaccess mod_rewrite param of QSA (query string append) is disabled.
You might need to enable it in CI.

Ruben answered 9 years ago

I need to use phpgrid in Codeigniter framework Please Expalin me in detail
Thanks in advance

Abu Ghufran answered 9 years ago

Refer faq: How can i integrate PHPGrid in MVC based frameworks like Yii, Codeignitor, Zend Framework, CakePHP and others.

How-Tos & FAQs

Ruben answered 9 years ago

Thanks in there we can see and all support ah

Ruben answered 9 years ago

Can u help me in detail that would be greatly helpful for me

dhinesh answered 9 years ago

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.

Abu Ghufran answered 9 years ago

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.

Claudio Melo answered 8 years ago

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

Abu Ghufran answered 8 years ago

Open up application/config/config.php and set the following values:

In htaccess, try changing:
RewriteRule ^(.*)$ index.php?/$1 [L]
to
RewriteRule ^(.*)$ index.php?/$1 [L,QSA]

Also try config.php change in CI:
$config['enable_query_strings'] = TRUE;

Your Answer

16 + 0 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?