[Phpmyadmin-devel] OOP concepts into Designer

Hi, As part of OOPing the code and removing duplications, I thought, It would be better to separate out HTML codes and PHP codes in the pmd_general.php file. So the intention is to move all the HTML outputs into separate php lib file and get those from function calls.

Le 2014-07-24 15:00, Bimal Yashodha a écrit :
Hi,
As part of OOPing the code and removing duplications, I thought, It would be better to separate out HTML codes and PHP codes in the pmd_general.php file. So the intention is to move all the HTML outputs into separate php lib file and get those from function calls.
Yes, this is the direction we are following when refactoring code. Moving to OOP is a further step which is also welcome. -- Marc Delisle | phpMyAdmin

On Fri, Jul 25, 2014 at 9:13 PM, Marc Delisle <marc@infomarc.info> wrote:
Le 2014-07-24 15:00, Bimal Yashodha a écrit :
Hi,
As part of OOPing the code and removing duplications, I thought, It would be better to separate out HTML codes and PHP codes in the pmd_general.php file. So the intention is to move all the HTML outputs into separate php lib file and get those from function calls.
Yes, this is the direction we are following when refactoring code. Moving to OOP is a further step which is also welcome.
Hi Bimal, Additionally, please go on to improve the already OOPed schema export classes as outlined in your proposal. -- Thanks and Regards, Madhura Jayaratne
participants (3)
-
Bimal Yashodha
-
Madhura Jayaratne
-
Marc Delisle