Thanks for the comments.<br><br>Did anyone actually try running the code?  Any feedback on overall outlook of interface?  Anything else you can suggest about user interaction?  <br><br>Did you find any errors and/or warnings?  I am asking this as one might see different results based on the server code is running on.<br>
<br>Thanks.<br><br clear="all">--------------------------------------------------<br>Best regards,<br>Zeeshan Mughal<br>Email:  <a href="mailto:zeeshanmughal@ieee.org">zeeshanmughal@ieee.org</a><br>Web:  <a href="http://www.zixan.info">http://www.zixan.info</a><br>

<br><br><div class="gmail_quote">On Wed, Aug 12, 2009 at 4:08 AM, Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com">michal@cihar.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br>
<br>
Dne Wed, 12 Aug 2009 02:12:43 -0400<br>
<div class="im">"Zeeshan M." <<a href="http://zeeshan.jp" target="_blank">zeeshan.jp</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>> napsal(a):<br>
<br>
</div><div class="im">> >permUsrPref.table should not be hardcoded, but configurable<br>
><br>
> I think we discussed this a long time back. [0]  I suppose EAV model had<br>
> "design flaws" as suggested by Marc Delisle, and other developers.  Please<br>
> correct me if I am wrong, or you are referring to something else by<br>
> "configurable".<br>
<br>
</div>I mean table name, like Sebastian already has explained.<br>
<div class="im"><br>
> >You should really use PMA_query_as_controluser<br>
><br>
> I can use PMA_query_as_controluser for UPDATE query.  But when I use it for<br>
> SELECT I get errors. [1]  Following line of code demonstrates how I am<br>
> implementing PMA_query_as_controluser:<br>
><br>
> return PMA_DBI_fetch_result(PMA_query_as_controluser($sql));<br>
<br>
</div>You need to add flags PMA_DBI_QUERY_STORE to query if you want to fetch<br>
whole result at once.<br>
<div class="im"><br>
> I also tried to include:<br>
><br>
> /*<br>
> * Creates a $pma_usr_prefs pointer<br>
> */<br>
> $pma_usr_prefs = new PMA_PermUsrPref();<br>
><br>
> but it seems it is not being recognized as an object because of being<br>
> remotely included in a standalone function:<br>
> *Fatal error*: Call to a member function fetchSettingValue() on a non-object<br>
<br>
</div>And what's reason for creating class and function of same name?<br>
<br>
I think you could use similar way like we use for relation stuff.<br>
<font color="#888888"><br>
<br>
--<br>
        Michal Čihař | <a href="http://cihar.com" target="_blank">http://cihar.com</a> | <a href="http://blog.cihar.com" target="_blank">http://blog.cihar.com</a><br>
</font><br>------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>
what you do best, core application coding. Discover what's new with<br>
Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</a><br>_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
<br></blockquote></div><br>