On Fri, Oct 10, 2008 at 9:21 AM, monk.e.boy <[EMAIL PROTECTED]>wrote:

>
>
>
> Isaak Malik-3 wrote:
> >
> > Firstly, you should know that they probably included the whole ZFW
> package
> > in a script and benchmarked it, this is to make a general estimate of the
> > framework's performance and should not be trusted for production use. Did
> > you ever see a professional include the whole ZFW in their bootstrap?
> > Well,
> > I have neither.
> >
>
>
> Care to elaborate or point us losers at a tutorial on how to 'not include
> the whole ZFW package in the bootstrap' please?! :-)


I believe he just meant having a bunch of "require_once" statements in your
bootstrap for every ZF component. This would be a very silly thing to do in
a real application. You should only require the components you're going to
need and I highly doubt there are any applications that need every ZF
component.

As a better alternative, I would suggest simply using the autoloader and let
it bring in your ZF components as you need them:
http://framework.zend.com/manual/en/zend.loader.html#zend.loader.load.autoload


>
>
> monk.e.boy
> --
> View this message in context:
> http://www.nabble.com/Framework-speed-shotout----question-tp19914787p19918225.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>


-- 
Bradley Holt
[EMAIL PROTECTED]

Reply via email to