| [Admin Gen] Multiple views [message #31913] |
Fri, 20 July 2007 22:48 |
sfxpt Messages: 339 Registered: January 2007 Location: Canada |
Faithful Member |
|
|
Hi,
After reviewing more than 10 PHP Frameworks, I pick symfony as my web-base RAD tool. I am not going to list all its advantages here, but of all of them, I found the automatic code generation (Admin Gen) and its MVC model is most important for me for the RAD task. So far all my symfony projects are based on Admin Gen.
But one thing I found symfony could use some improvements is its MVC model, well not the MVC model itself but the view part. The gist of the MVC model is that all business logics are handled at the M&C level, the view is just a thin presentation layer. The beauty of this is that we can have multiple views to the same module.
But so far the symfony AdminGen interface lacks the possibility to have multiple views to the same module. I think this is a very important concept of MVC model, and should be reflected in the symfony AdminGen design as well.
I wish that soon Admin Gen can allow more than one view (ie., generator.yml) for a table. So that we can tweak the fields shown, the themes etc.
[Edit] Solved:
http://www.symfony-project.com/forum/index.php?t=msg&&am p;th=8214&goto=34355#msg_34355
[Updated on: Tue, 28 August 2007 21:33] http://xpt.sourceforge.net/techdocs/
http://xpt.sourceforge.net/tools/
|
|
|