Re: [fw-general] Auto Generated Admin App/Plug-in

2011-08-31 Thread Gabriel Croitoru
Hello, Take a look at the CLI tool. http://framework.zend.com/manual/en/zend.tool.framework.clitool.html Gabriel On 30.08.2011 19:37, Julio Castillo wrote: I'm new with ZF, I've been searching within ZF and have not found an app or plugin that can automatically generate views on all models

Re: [fw-general] Auto Generated Admin App/Plug-in

2011-08-31 Thread Julio Castillo
I'm sorry I wasn't to clear on my question. This CLI is yes an admin console to Zend. This is not what I was looking for. I'm looking for a Auto Generated GUI screens (HTML) that will allow me to CRUD the models created. Other frameworks like Django provide automatically those views and are

Re: [fw-general] Auto Generated Admin App/Plug-in

2011-08-31 Thread Ralph Schindler
We have nothing of the sort built-in. Perhaps in ZF2 there will be more opportunity to have standardized modules that do what you are anticipating. In short, there are many architectural issues with attempting to provide both some form of simplified model (like Django's attempt at

[fw-general] Auto Generated Admin App/Plug-in

2011-08-30 Thread Julio Castillo
I'm new with ZF, I've been searching within ZF and have not found an app or plugin that can automatically generate views on all models that are created for the purpose of seeding or bootstrapping my app (e.g. Admin App). Something similar exists with Django or RoR, where the framework