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.