<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div id="yiv1791737729"><table id="yiv1791737729bodyDrftID" class="yiv1791737729" border="0" cellpadding="0" cellspacing="0"><tbody><tr><td id="yiv1791737729drftMsgContent" style="font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; -x-system-font: none; font-family: arial; font-size: 10pt;"><br><br><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br><div class="yiv1791737729plainMail">Sir,<br><br>     I have gone through the project "Refactoring:Insert/edit, Privileges,<br>Operation,Structure".<br><br>    I think that refactoring means  technique for restructuring an existing body of code, altering its internal structure without changing its external behavior.<br><br>   I worked
 out for some portion of the application tbl_structure.php.<br><br><table id="tablestructure" class="data"><br><thead><br><tr><br>    <th id="th<?php echo ++$i; ?>"></th><br>    <th id="th<?php echo ++$i; ?>">#</th><br>    <th
 id="th<?php echo ++$i; ?>" class="column"><?php echo<br>__('Column'); ?></th><br>    <th id="th<?php echo ++$i; ?>" class="type"><?php echo __('Type'); ?></th><br>    <th id="th<?php echo ++$i; ?>" class="length"><?php echo<br>__('Length(bytes)'); ?></th><br>    <th id="th<?php echo ++$i; ?>" class="precision"><?php echo<br>__('Precesion'); ?></th><br>    <th id="th<?php echo ++$i; ?>" class="Scale"><?php echo __('Scale'); ?></th><br>    <th id="th<?php echo ++$i; ?>" class="null"><?php echo __('Null'); ?></th><br>    <th id="th<?php echo ++$i; ?>" class="default"><?php echo<br>__('Default'); ?></th><br>    <th id="th<?php echo ++$i; ?>" class="extra"><?php echo __('Extra'); ?></th><br><?php if
 ($db_is_information_schema || $tbl_is_view) { ?><br>    <th id="th<?php echo ++$i; ?>" class="view"><?php echo __('View'); ?></th><br><?php }<br>I transform the above code into the following code.<br><br><br><?php<br>$field=array("Name","Type","Collation","Attributes","Null","Default","Extra","View");<br>reset($field);<br>foreach ($field as $key => $value)<br> {<br>    echo "__('$value')\t";<br> }<br>?><br><br>Please give me your comments on this. I would like to continue this<br>work as part of GSOC 2012 and I will be submitting the application<br>soon.<br>Thanking you..<br>Shameeha <br></div></blockquote></td></tr></tbody></table></div></td></tr></table>