Hi,
About converting , the Program Structure to MVC. I am currently working on few project with the Zend Framework. And one project which we manually created a framework that implements the pattern. As your suggestion , i think even i could give a hand , since its going to be something massive. We could simple address certain modules of the system.
In terms of using the MVC pattern , how do u plan to do this ? Create one from scratch (I think this would be good) or adopt an existing Framework. In either case we can look in to this in more detail.
Regards,
Gayan
2011/3/28 Gayan Hewa devgayan@gmail.com:
Hi,
About converting , the Program Structure to MVC. I am currently working on few project with the Zend Framework. And one project which we manually created a framework that implements the pattern. As your suggestion , i think even i could give a hand , since its going to be something massive. We could simple address certain modules of the system.
In terms of using the MVC pattern , how do u plan to do this ? Create one from scratch (I think this would be good) or adopt an existing Framework. In either case we can look in to this in more detail.
Hi Gayan,
There is no real plan of converting phpMyAdmin completely to MVC at this moment. (see other posts on this mailing list)
Do you want to apply for a GSoC project? Or are you volunteering to contribute to phpMyAdmin in general?
Kind regards,
Dieter
Regards,
Gayan
Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi Gayan,
In my opinion convert phpMyAdmin into MVC is great idea, but as Dieter wrote
There is no real plan of converting phpMyAdmin completely to MVC at this moment.
But if you are interested into do it, I think that we can try, but not under GSoC and the best time to start I think will be after this project.
Regards, Mateusz Lewandowski
2011/3/28 Dieter Adriaenssens dieter.adriaenssens@gmail.com
2011/3/28 Gayan Hewa devgayan@gmail.com:
Hi,
About converting , the Program Structure to MVC. I am currently working on few project with the Zend Framework. And one project which we manually created a framework that implements the pattern. As your suggestion , i think even i could give a hand , since its going to be something massive. We could simple address certain modules of the system.
In terms of using the MVC pattern , how do u plan to do this ? Create one from scratch (I think this would be good) or adopt an existing Framework. In either case we can look in to this in more detail.
Hi Gayan,
There is no real plan of converting phpMyAdmin completely to MVC at this moment. (see other posts on this mailing list)
Do you want to apply for a GSoC project? Or are you volunteering to contribute to phpMyAdmin in general?
Kind regards,
Dieter
Regards,
Gayan
Enable your software for Intel(R) Active Management Technology to meet
the
growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your
software
be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
-- Groetjes,
Dieter Adriaenssens
Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Tue, 29 Mar 2011 10:23:59 +0200 Mateusz Lewandowski gandalfml@gmail.com napsal(a):
In my opinion convert phpMyAdmin into MVC is great idea, but as Dieter wrote
There is no real plan of converting phpMyAdmin completely to MVC at this moment.
But if you are interested into do it, I think that we can try, but not under GSoC and the best time to start I think will be after this project.
It might be great idea, however as stated earlier in this list, this has several problems. What should be done first is separating functionality from the html code. Simply moving functional code to some classes and using them from html. This way we get incremental changes while allowing later to migrate to MVC. Also such move in future would be much easier than with current monolithic code in many places.