|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
view/model/controller "code generator" for Zend?Hello.
I have a project that uses an Oracle DB with many tables. Manually typing the "basic" model/view/controller object is very tedious without much gain. Is there an application that can do this for Zend? like I point the application to my Oracle DB and it'll create the views/model/controller for all/selected tables? Thank you very much for the help :) Jayel |
|
|
Re: view/model/controller "code generator" for Zend?Have you had a look at Zend_Tool?
http://devzone.zend.com/article/3811 http://framework.zend.com/manual/en/zend.tool.framework.html Also check out the basic usage here: http://www.slideshare.net/ralphschindler/zend-framework-18-features-webinar Hope this helps, Ralph jarthel wrote: > Hello. > > I have a project that uses an Oracle DB with many tables. Manually typing > the "basic" model/view/controller object is very tedious without much gain. > > Is there an application that can do this for Zend? like I point the > application to my Oracle DB and it'll create the views/model/controller for > all/selected tables? > > Thank you very much for the help :) > > Jayel |
|
|
Re: view/model/controller "code generator" for Zend?But no support for generating models from db schema, right?
Regards, Sasa Stamenkovic.
|
|
|
Re: view/model/controller "code generator" for Zend?On Wednesday 01 July 2009 09:04:42 umpirsky wrote:
> But no support for generating models from db schema, right? You should look into Doctrine. > > Regards, > Sasa Stamenkovic. > > Ralph Schindler-2 wrote: > > Have you had a look at Zend_Tool? > > > > http://devzone.zend.com/article/3811 > > > > http://framework.zend.com/manual/en/zend.tool.framework.html > > > > Also check out the basic usage here: > > > > http://www.slideshare.net/ralphschindler/zend-framework-18-features-webin > >ar > > > > Hope this helps, > > Ralph > > > > jarthel wrote: > >> Hello. > >> > >> I have a project that uses an Oracle DB with many tables. Manually > >> typing the "basic" model/view/controller object is very tedious without > >> much gain. > >> > >> Is there an application that can do this for Zend? like I point the > >> application to my Oracle DB and it'll create the views/model/controller > >> for > >> all/selected tables? > >> > >> Thank you very much for the help :) > >> > >> Jayel -- Dado |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |