Elliot,

The main reason that mootools does this, in my understanding, is so that it
can give you one JavaScript file to be included in your web page with only
the components you need. There are performance advantages to this since you
are only requiring the user's browser to get the JavaScript components it
will need, not all of mootols. With Zend Framework, there is no performance
advantage to only installing a handful of components. My understanding is
that the performance hit comes when you require or include the component,
not from it simply sitting on your web server. In other words, the main
advantage of the pick-what-you-want download system doesn't apply when it
comes to Zend Framework. The only advantage I can see is storage space, but
have there been any complaints about that with Zend Framework?

Thanks,
Bradley

On Feb 5, 2008 6:26 AM, Elliot Anderson <[EMAIL PROTECTED]> wrote:

> I'm a fan of the pick-what-you-want download system that Moo Tools has.
>
> http://mootools.net/download
>
>
>
>
> On Jan 29, 2008 6:04 AM, Simone Carletti <[EMAIL PROTECTED]> wrote:
>
> > On Jan 28, 2008 3:57 PM, Richard Thomas <[EMAIL PROTECTED]> wrote:
> >
> > > zfdev.com is a community supported project that never really took off,
> > > It was never an "official" repository though.
> > >
> >
> > Sorry Richard,
> > my misunderstanding. :)
> >
> > Thanks for pointing it out.
> >
> > Simone
> >
>
>


-- 
Bradley Holt
[EMAIL PROTECTED]

Reply via email to