Re: [fw-general] Zend Framework + Doctrine Module Autoloader issue

2009-07-10 Thread dbroderick
Thanks to all for the input. I want to continue down the road of a resource plugin for my Doctrine configuration since it is what I think the "resource plugin" is meant to provide. I envision for my application that I will configure the DB Adapter in the application configuration and within my B

[fw-general] Zend Framework + Doctrine Module Autoloader issue

2009-07-08 Thread dbroderick
I am using ZF 1.8.4 and Doctrine 1.1.2 with a module directory setup of +---application | +---configs | \---modules | +---default | | +---controllers | | \---views | | \---scripts | | +---error | | \---index | +---error

[fw-general] Looking for code feedback

2009-05-04 Thread dbroderick
First let me start by saying I am fairly new to ZF and with this post I am primarily looking for feedback for improvement from the Zend experts on my solution and hopefully, if list solution is reasonable, others may have some information, where I found it difficult to find. My Goal: With my ZF

Re: [fw-general] Zend Framework Routing

2009-02-04 Thread dbroderick
he assumptions in terms of how things are > routed and write your own routes for things you need. This will help > reduce confusion on how to specify requests from the URL. > Documentation on how to do this can be found on the same page: > > http://framework.zend.com/manual/en/zend.controller.router.html#z

[fw-general] Zend Framework Routing

2009-02-04 Thread dbroderick
using ZF 1.7.3 and module/controller/action configuration The current default routing behavior in Zend Framework is as stated in the documentation: "10.5.4. Default routes Zend_Controller_Router_Rewrite comes preconfigured with a default route, which will match URIs in the shape of controller/a

Re: [fw-general] Zend_Form ViewScript Elements don't show

2008-11-05 Thread dbroderick
Matthew, I am relatively new to ZF (currently using 1.6.2) and am working on a multi-page form (subforms) and need to have one of my pages use the ViewScript so that I could write custom HTML for the layout. I found this post response that helped me in getting my subform partially working, one k