<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="RIGHT: auto"><SPAN style="RIGHT: auto">I NEED TO REDIRECT MY WEBSITE.... HOW AND WHERE CAN I DO THAT????<VAR id=yui-ie-cursor></VAR><BR style="RIGHT: auto" class=yui-cursor></SPAN></div>
<div><BR></div>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<DIV dir=ltr><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr readonly="true" contenteditable="false"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Chanaka Dharmarathna <pe.chanaka.ck@gmail.com><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> phpmyadmin-devel@lists.sourceforge.net <BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Monday, June 11, 2012 4:02 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Phpmyadmin-devel] Refactoring: Displaying query results<BR></FONT></DIV><BR>
<DIV id=yiv1343184873><BR><BR>
<DIV class=yiv1343184873gmail_quote>On Sun, Jun 10, 2012 at 11:21 PM, Dieter Adriaenssens <SPAN dir=ltr><<A href="mailto:dieter.adriaenssens@gmail.com" rel=nofollow target=_blank ymailto="mailto:dieter.adriaenssens@gmail.com">dieter.adriaenssens@gmail.com</A>></SPAN> wrote:<BR>
<BLOCKQUOTE style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class=yiv1343184873gmail_quote>2012/6/9 Chanaka Dharmarathna <<A href="mailto:pe.chanaka.ck@gmail.com" rel=nofollow target=_blank ymailto="mailto:pe.chanaka.ck@gmail.com">pe.chanaka.ck@gmail.com</A>>:<BR>
<DIV>
<DIV class=yiv1343184873h5>><BR>><BR>> On Fri, Jun 8, 2012 at 10:58 AM, Chanaka Dharmarathna<BR>> <<A href="mailto:pe.chanaka.ck@gmail.com" rel=nofollow target=_blank ymailto="mailto:pe.chanaka.ck@gmail.com">pe.chanaka.ck@gmail.com</A>> wrote:<BR>>><BR>>> Hi All,<BR>>><BR>>> I have a doubt of using @see tag in Docblock comments for functions.<BR>>> In the comments of functions PMA_getTable() and PMA_getTableBody() in<BR>>> display_tbl.lib.php file, @see tag is used for different purposes.<BR>>> As I feel PMA_getTableBody() used that corrrectly.<BR>>> What should be the actual behavior ?<BR>>><BR>>> Regards !<BR>>> --<BR>>> ____________________________________<BR>>><BR>>> Chanaka Indrajith<BR>>> Bsc.Computer Engineering Undergraduate<BR>>> Faculty of Engineering<BR>>> University of Peradeniya<BR>>> Sri Lanka<BR>>>
 ____________________________________<BR>>><BR>><BR>> Hi All,<BR>><BR>> I am fixing some code violations in my code now.<BR>> For remove code violation of large comparison in a if condition, what would<BR>> be the better approach ?<BR>><BR>> Ex:-<BR>> if ((PMA_strlen($wkbval) > $GLOBALS['cfg']['LimitChars'])<BR>>     && ($_SESSION['tmp_user_values']['display_text'] ==<BR>> self::DISPLAY_PARTIAL_TEXT)<BR>> ) {<BR>> // code<BR>> }<BR>><BR>> Is that good to use tempory variable insted of using<BR>> $_SESSION['tmp_user_values']['display_text'] ?<BR><BR></DIV></DIV>It depends :<BR><BR>If the value of $_SESSION['tmp_user_values']['display_text'] is used<BR>later on in the code, you could assign it to a shorter local<BR>(temporary) variable, and use that variable with a shorter name, in<BR>the if statement and further on in the code.<BR><BR>If it is used only oncet you might
 consider assigning the result of<BR><BR>$_SESSION['tmp_user_values']['display_text'] == self::DISPLAY_PARTIAL_TEXT<BR><BR>to a local (temporary) variable and use that variable in the if statement.<BR><BR>Hope this helps!<BR><SPAN class=yiv1343184873HOEnZb><FONT color=#888888><BR>--<BR>Kind regards,<BR><BR>Dieter Adriaenssens<BR></FONT></SPAN>
<DIV class=yiv1343184873HOEnZb>
<DIV class=yiv1343184873h5><BR>------------------------------------------------------------------------------<BR>Live Security Virtual Conference<BR>Exclusive live event will cover all the ways today's security and<BR>threat landscape has changed and how IT managers can respond. Discussions<BR>will include endpoint security, mobile security and the latest in malware<BR>threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/<BR>_______________________________________________<BR>Phpmyadmin-devel mailing list<BR><A href="mailto:Phpmyadmin-devel@lists.sourceforge.net" rel=nofollow target=_blank ymailto="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</A><BR><A href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" rel=nofollow target=_blank>https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</A><BR></DIV></DIV></BLOCKQUOTE></DIV><BR>Hi Dieter,<BR><BR>Thanks for your reply.<BR>I agreed
 your first point.<BR>But I feels little odd in the second point because only for one place we use an additional variable.<BR>Its better if we can put that kind of conditions to two lines. Currently it gives errors by code sniffer.<BR><BR clear=all>Regards !<BR>-- <BR>____________________________________<BR><BR>Chanaka Indrajith<BR>Bsc.Computer Engineering Undergraduate<BR>Faculty of Engineering<BR>University of Peradeniya<BR>Sri Lanka<BR>____________________________________<BR><BR></DIV><BR>------------------------------------------------------------------------------<BR>Live Security Virtual Conference<BR>Exclusive live event will cover all the ways today's security and <BR>threat landscape has changed and how IT managers can respond. Discussions <BR>will include endpoint security, mobile security and the latest in malware <BR>threats. <A href="http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/"
 target=_blank>http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/</A><BR>_______________________________________________<BR>Phpmyadmin-devel mailing list<BR><A href="mailto:Phpmyadmin-devel@lists.sourceforge.net" ymailto="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><BR></DIV></DIV></div></body></html>