Re: [fw-general] Re: [fw-mvc] Application structure

2009-02-27 Thread Deanna Bonds
Forgot a piece. I said I need to turn off view rendering for the forums. So in the Initializer preDispatch I have function preDispatch(Zend_Controller_Request_Abstract $request) { if($request->getModuleName() == 'forums'){ $this->_front->setParam('noViewRenderer', $reques

Re: [fw-general] Re: [fw-mvc] Application structure

2009-02-27 Thread vadim gavrilov
Nice, Any way of having the structure or if possible the code. I am just looking on what kind of structure and the way other developers use. And if that something better/convenient then what i use then i would like to adopt new ideas. Thanks. On Fri, Feb 27, 2009 at 7:36 PM, Deanna Bonds wrote:

Re: [fw-general] Re: [fw-mvc] Application structure

2009-02-27 Thread Mon Zafra
See my project: svn co http://mz-project.googlecode.com/svn/trunk/demo You can also browse at http://code.google.com/p/mz-project/source/browse/#svn/trunk/demo but structure in the repository is a bit different -- Mon On Fri, Feb 27, 2009 at 6:52 PM, vadim gavrilov wrote: > Thanks for that.

Re: [fw-general] Re: [fw-mvc] Application structure

2009-02-27 Thread vadim gavrilov
Thanks for that. Did anyone made something that uses Modules? Not just controllers in a single directory? Thanks. On Fri, Feb 27, 2009 at 12:17 PM, Robert Castley wrote: > See how I do it at: > http://code.google.com/p/jotbug/source/browse/#svn/trunk/JotBug > > - Robert > > ---

RE: [fw-general] Re: [fw-mvc] Application structure

2009-02-27 Thread Robert Castley
See how I do it at: http://code.google.com/p/jotbug/source/browse/#svn/trunk/JotBug - Robert From: vadim gavrilov [mailto:vadim...@gmail.com] Sent: 26 February 2009 18:08 To: keith Pope; fw-...@lists.zend.com; Zend Framework - General Subject: [fw-general] Re: