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 ActiveRecord) and the ability to build forms, ACLs and admin screens for a particular set of metadata rules. We also have no baked in views/styles that can be utilized.

ZF is very much a blank slate, we provide an MVC layer for you to build your applications, but we have no opinion on how you might go about modeling your data and your applications needs.

Have a look at the component list in our manual and decide for yourself if there is enough there so that you can create the application you are envisioning. If a quick CRUD app is what you want to build, you might be served by checkout out some other projects that specialize in that

http://framework.zend.com/manual/en/

-ralph



On 8/31/11 1:13 PM, Julio Castillo wrote:
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 very helpful for admin and
bootstrapping purposes. All the views look and feel the same way, they
are generic and can deal with relationships.

thanks

On 8/30/2011 11:52 PM, Gabriel Croitoru wrote:
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
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
automatically creates such views and then builds a simple Admin App
around them. The views cover each model and provides listing and
entry/update forms.

Is there such app?








--
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to