<br><br><div class="gmail_quote">On Mon, May 14, 2012 at 10:23 PM, Thilina Buddika Abeyrathna <span dir="ltr"><<a href="mailto:thilinaabeyrathna@gmail.com" target="_blank">thilinaabeyrathna@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 class="im">On Mon, May 14, 2012 at 10:09 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Le 2012-05-14 08:50, Thilina Buddika Abeyrathna a écrit :<br>
<div>> Hi Marc,<br>
> There are HTML code block from line 438 in the tbl_change.php file(after my<br>
> last commit [0]).  It doesn't mix with much PHP tags. It is somewhat<br>
> readable.<br>
> Do I need to implement several functions to render this HTML block. Can you<br>
> give me a suggestion..<br>
><br>
> [0] -<br>
> <a href="https://github.com/thilinaa/phpmyadmin/commit/9d6c38daf6a98d915a34391bddb987b116be98c0" target="_blank">https://github.com/thilinaa/phpmyadmin/commit/9d6c38daf6a98d915a34391bddb987b116be98c0</a><br>
<br>
</div>Hi Thilina,<br>
The code generating the actions_panel fieldset would benefit from being<br>
refactored into one or more functions. The reason is that it's difficult<br>
to understand quickly such a long code block.<br>
<br>
It could become<br>
$html_output = PMA_getActionsPanel(...);<br>
<br></blockquote></div><div>Thank you for your reply Marc. I'll do like this</div><div class="im"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-----------<br>
<br>
By the way, did you consider using a class? Have a look at<br>
libraries/Partition.class.php. Then, the calling script uses this syntax:<br>
<br>
$partition_names = PMA_Partition::getPartitionNames($db, $table);<br>
<br>
The benefit is that you don't have to bother about function name clashing.<br>
<div><div><br></div></div></blockquote></div><div>Thanks Marc. I'll look at that. </div></div></blockquote><div><br></div><div>Hi Marc,</div><div>Now tbl_change.php script is somewhat readable and maintainable. Still there is a long if condition in this script. but it is not a very complex control statement . So do I need to implement a function to separate that if condition too.</div>

</div><br clear="all"><div><br></div>-- <br><font face="georgia, serif">Regards.</font><br><br><font face="'trebuchet ms', sans-serif" size="4">Thilina Buddika Abeyrathna,</font><br><font face="georgia, serif">Department of Computer Engineering,</font><br>

<font face="georgia, serif">Faculty Of Engineering,</font><br><font face="georgia, serif">University of Peradeniya,</font><div><font face="georgia, serif">Sri Lanka.<br><br></font></div><br>