On Sat, Mar 3, 2012 at 11:00 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-03-03 08:56, Thilina Buddika Abeyrathna a écrit :
Hi Marc, Those php files are just php files not class file. And they contain HTML tags too. So in refactoring do I need to convert those files to php
classes
with OOP. and what are the other task in this project?
Hi Thilina, I'm not sure which idea you are talking about, but in general, refactoring does not mean that the code has to be converted to OOP (of course, it can be done this way).
Have a look at http://wiki.phpmyadmin.net/pma/GSoC_2012_Ideas_List because the refactoring idea "data inserting / editing" has been modified. It's now "Refactoring: Insert/edit, Privileges, Operations, Structure" because the refactoring tasks for these scripts should cover 12 weeks.
-- Marc Delisle http://infomarc.info
Hi Marc,
Thank you for updating me. I didn't see that new part of the project. Ok then we need to refactor the all these files. So I think it is better to do some code changes and send a patch file for phpmyadmin, with bug fixing or implementing a feature request.