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

[fw-general] Problem with submitting formvalue with slash in it

2011-08-31 Thread Laurens van Vliet
Hi, I have a problem with processing a form when a slash is submitted. The form has a Zend_Form_Element_Text where a slash can be submitted. (name of the field is code) The method I use for the form is POST en the encType for the form is Zend_Form::ENCTYPE_URLENCODED When the form is posted

[fw-general] classmap autoloader performance benchmark

2011-08-31 Thread sebastian keßler
The (zf2) classmap autoloader is everywhere considered as super fast autoloader. (40 - 80% perfomance win) In our zf1 project we are currently benchmarking the codebase, inclusive the zend bottlenecks. So i imported the zf1 backport of the new classmap autoloader on github to see the difference

Re: [fw-general] Problem with submitting formvalue with slash in it

2011-08-31 Thread Matthew Weier O'Phinney
-- Laurens van Vliet laur...@herinneringenoplinnen.nl wrote (on Wednesday, 31 August 2011, 10:21 AM +0200): I have a problem with processing a form when a slash is submitted. The form has a Zend_Form_Element_Text where a slash can be submitted. (name of the field is code) The method I use for

Re: [fw-general] classmap autoloader performance benchmark

2011-08-31 Thread Matthew Weier O'Phinney
-- sebastian keßler inventingwhe...@googlemail.com wrote (on Wednesday, 31 August 2011, 06:26 AM -0700): The (zf2) classmap autoloader is everywhere considered as super fast autoloader. (40 - 80% perfomance win) In our zf1 project we are currently benchmarking the codebase, inclusive the

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