Re: [fw-general] Dispatcher/Bootstrap ZF 1.5 PR

2008-02-07 Thread Pádraic Brady
Then it goes to prove all great minds think alike in PHP...;) Using a class for the Bootstrap just makes sense when you need it to fulfil a few needs that the procedural style can't cut. Paddy Amr Mostafa wrote: > > If I'm a bit more sleepy I would swear I'm looking at my own code ;) > > On

Re: [fw-general] Dispatcher/Bootstrap ZF 1.5 PR

2008-02-07 Thread Amr Mostafa
If I'm a bit more sleepy I would swear I'm looking at my own code ;) On Feb 7, 2008 1:44 PM, Rob Allen <[EMAIL PROTECTED]> wrote: > > On 6 Feb 2008, at 20:57, Pádraic Brady wrote: > > Just to throw out another possible style. I use a Bootstrap class in > ./application/Bootstrap.php to segregate s

Re: [fw-general] Dispatcher/Bootstrap ZF 1.5 PR

2008-02-07 Thread Rob Allen
On 6 Feb 2008, at 20:57, Pádraic Brady wrote: Just to throw out another possible style. I use a Bootstrap class in ./application/Bootstrap.php to segregate setup stages so I can pick and match a few to double as setups methods for my testing environment. A basic version without a mass of C

Re: [fw-general] Dispatcher/Bootstrap ZF 1.5 PR

2008-02-06 Thread Pádraic Brady
nID Europe Foundation - Original Message From: Justin Mazzi <[EMAIL PROTECTED]> To: fw-general@lists.zend.com Sent: Wednesday, February 6, 2008 6:34:01 PM Subject: Re: [fw-general] Dispatcher/Bootstrap ZF 1.5 PR thanks for the help everyone! On Feb 5, 2008, at 11:04 PM,

Re: [fw-general] Dispatcher/Bootstrap ZF 1.5 PR

2008-02-06 Thread Justin Mazzi
thanks for the help everyone! On Feb 5, 2008, at 11:04 PM, Zarrar Shehzad wrote: Hi There is also an example project that you can download which has a default setup for zend framework to get you started: http://andries.systray.be/blog/2007/06/18/zend-framework-just-get-me-started-okay/ Zarrar

Re: [fw-general] Dispatcher/Bootstrap ZF 1.5 PR

2008-02-05 Thread Zarrar Shehzad
Hi There is also an example project that you can download which has a default setup for zend framework to get you started: http://andries.systray.be/blog/2007/06/18/zend-framework-just-get-me-started-okay/ Zarrar On Feb 5, 2008 8:23 PM, Garri Santos <[EMAIL PROTECTED]> wrote: > Hi! > > TIMTOWTDI

Re: [fw-general] Dispatcher/Bootstrap ZF 1.5 PR

2008-02-05 Thread Garri Santos
Hi! TIMTOWTDI you can take a look at the sample provided at: http://www.zend.com/en/resources/webinars/framework Zend Framework and Access Control Webinar cheers, Garri On Feb 6, 2008 6:15 AM, jmazzi <[EMAIL PROTECTED]> wrote: > > Hi, > > Could someone post an example of the correct way to creat

[fw-general] Dispatcher/Bootstrap ZF 1.5 PR

2008-02-05 Thread jmazzi
Hi, Could someone post an example of the correct way to create a dispatcher/bootstrap for MVC? Is there even a preferred method? -- View this message in context: http://www.nabble.com/Dispatcher-Bootstrap-ZF-1.5-PR-tp15299930s16154p15299930.html Sent from the Zend Framework mailing list archive