<br><br><div class="gmail_quote">On Tue, May 8, 2012 at 7:23 PM, Chanaka Dharmarathna <span dir="ltr"><<a href="mailto:pe.chanaka.ck@gmail.com" target="_blank">pe.chanaka.ck@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br><br><div class="gmail_quote"><div><div>On Tue, May 8, 2012 at 7:08 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br></div>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>
Le 2012-05-08 09:25, Chanaka Dharmarathna a écrit :<br>
<div><br>
>><br>
>> See "Class Variables and Methods" in [0].<br>
>><br>
>> [0] <a href="http://pear.php.net/manual/en/standards.naming.php" target="_blank">http://pear.php.net/manual/en/standards.naming.php</a><br>
<br>
</div><div>> Hi Marc,<br>
><br>
> I went through that document.<br>
> If the function is global, it will be like 'PMA_getDivForSliderEffect()'<br>
> And if it is a local function (for particular class), it will be like<br>
> 'getDivForSliderEffect()'.<br>
<br>
</div>If this is a public method, yes. If a private one, prefix its name with<br>
an underscore.<br>
<div><br>
><br>
> Though I went through that document before this, I couldn't get that point.<br>
> Thanks for pointing out that.<br>
<br>
<br>
<br>
</div><div><div>--<br>
Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
</div></div><br></div></div><div>------------------------------------------------------------------------------<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" target="_blank">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></div></blockquote></div><br>Got it Marc.<br clear="all">Thanks.<div><div><br><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></div></blockquote></div><br>Hi Michal,<br><br>I just did my first commit to my repository [0].<br>In that commit I have done some refactoring on "PMA_displayTableHeaders()" function in "display_tbl.php" file.<br>

All HTML renderings by "echo"s were removed and those HTML was rendered at the bottom of the function at once.<br clear="all">As well some related functions in "common.lib.php" file also were modified in order to return a string of HTML content.<br>

But the tests were not yet modified according to my modifications.<br>Since there was a conflict after my first local commit [1] (git commit), I had to resolve conflicts and commit again. (that is [0])<br><br>I have already installed phpUnit framework.<br>
It will be very helpful if you can suggest me some documentation to setup and run tests in PMA (selenium etc).<br><br>I'm intending to do the above refactoring procedure to all the functions in "display_tbl.lib.php" file before moving to any other task.<br>

<br>[0] : <a href="https://github.com/Chanaka/phpmyadmin/commit/dfc73d3494445ff9430e5d0b4f33f800c6e480e0">https://github.com/Chanaka/phpmyadmin/commit/dfc73d3494445ff9430e5d0b4f33f800c6e480e0</a><br>[1] : <a href="https://github.com/Chanaka/phpmyadmin/commit/004f4f5258a0820975e2da9fa02a6d3ba6622368">https://github.com/Chanaka/phpmyadmin/commit/004f4f5258a0820975e2da9fa02a6d3ba6622368</a><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>