Have you had a look at Zend_Tool?
http://devzone.zend.com/article/3811http://framework.zend.com/manual/en/zend.tool.framework.htmlAlso check out the basic usage here:
http://www.slideshare.net/ralphschindler/zend-framework-18-features-webinarHope 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