<br><br><div class="gmail_quote">On Thu, May 3, 2012 at 4:38 PM, Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com" target="_blank">michal@cihar.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
Dne Tue, 1 May 2012 02:02:38 +0530<br>
Chanaka Dharmarathna <<a href="mailto:pe.chanaka.ck@gmail.com">pe.chanaka.ck@gmail.com</a>> napsal(a):<br>
<div class="im"><br>
> I'm identifying the refactoring points in 'display_tbl.lib.php' file. I am<br>
> trying to break the tasks on following areas.<br>
><br>
> * As a library file this should not render the HTML codes in functions it<br>
> selves. First, all the HTML content in functions stored in string and<br>
> render at the bottom of the function.<br>
> Next, return the string having the HTML content, instead of rendering it<br>
> inside the function itself and, from the calling end render that content.<br>
> Probably method names will be modified with adding 'get' phrase.<br>
><br>
> * Some naming conventions are used incorrectly. For method name in lib<br>
> file, naming convention is used generally used as 'PMA_methodName'. But<br>
> some are not following this.<br>
> While correcting them, suggested conventions in my proposal [0] is going to<br>
> applied.<br>
><br>
> * There are several functions having more than 200 lines. I'm intending to<br>
> divide those functions to smaller ones. (PMA_displayTableNavigation(),<br>
> PMA_displayTableHeaders(), PMA_displayTableBody(),<br>
> PMA_displayVerticalTable(), PMA_displayTable())<br>
<br>
</div>I think all this should be rather wrapped in object, so it would be<br>
PMA_Display::someFunction.<br>
<span class="HOEnZb"><font color="#888888"><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></span><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">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>Hi Michal,<br><br>Thanks for your reply. I got the point Michal. After the mentioned tasks plus making this as a class, I can use 'PMA_Display::someFunction' where needed.<br clear="all">
<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>