[Phpmyadmin-devel] Refactoring: Displaying query results
Chanaka Dharmarathna
pe.chanaka.ck at gmail.com
Sat Jun 9 21:44:13 CEST 2012
On Fri, Jun 8, 2012 at 10:58 AM, Chanaka Dharmarathna <
pe.chanaka.ck at gmail.com> wrote:
> Hi All,
>
> I have a doubt of using *@see* tag in Docblock comments for functions.
> In the comments of functions PMA_getTable() and PMA_getTableBody() in
> display_tbl.lib.php file, @see tag is used for different purposes.
> As I feel PMA_getTableBody() used that corrrectly.
> What should be the actual behavior ?
>
> Regards !
> --
> ____________________________________
>
> Chanaka Indrajith
> Bsc.Computer Engineering Undergraduate
> Faculty of Engineering
> University of Peradeniya
> Sri Lanka
> ____________________________________
>
>
Hi All,
I am fixing some code violations in my code now.
For remove code violation of large comparison in a if condition, what would
be the better approach ?
Ex:-
if ((PMA_strlen($wkbval) > $GLOBALS['cfg']['LimitChars'])
&& ($_SESSION['tmp_user_values']['display_text'] ==
self::DISPLAY_PARTIAL_TEXT)
) {
// code
}
Is that good to use tempory variable insted of using
$_SESSION['tmp_user_values']['display_text'] ?
Regards !
--
____________________________________
Chanaka Indrajith
Bsc.Computer Engineering Undergraduate
Faculty of Engineering
University of Peradeniya
Sri Lanka
____________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20120610/0e1ff571/attachment.html>
More information about the Developers
mailing list