mysqli & master detail

Questionsmysqli & master detail
Glenn asked 9 years ago

Hi
I have master detail working with msql but when I change to mysqli it does not.
I could not find any examples that work with mysqli.

Each new grid I am passing in dbconfig array.
$ogrid = new jqgrid( db_config_array("lists"));
This array works for multiple grids on same page, however not when they are master detail.
Could this have something to do with it not being the same connection?
Normally to use the same connection I would pass around the results of mysqli_connect.

Thanks
Glenn

1 Answers
Abu Ghufran answered 9 years ago

Nothing special is required for mysqli
Connection changes should work.

Working demo code: http://pastebin.com/mhCzfVRD

Your Answer

8 + 19 =

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?