|
Posted by Moot on 07/16/07 20:22
On Jul 16, 10:29 am, Sanders Kaufman <bu...@kaufman.net> wrote:
> Benjamin wrote:
> > On Jul 15, 11:35 am, Sanders Kaufman <bu...@kaufman.net> wrote:
> >> Can someone give me a little narrative about what it is and how I might
> >> use it?
>
> > Basically, it's a collection of tools coded in PHP for a wide range of
> > topics. You can covert weight and connect to databases. The docs are
> > pretty good so give it a try.
>
> Thanks. I was thinking that it was more than just a collection of
> utilities - albeit, very cool ones.
Well, I'd break Zend Framework down into two categories:
- The MVC framework (ZendController, ZendView, maybe a few others)
- Everything else
The MVC (model-view-controller) aspect of it is very intertwined and
stuck together, and it actually feels like a whole framework. The
rest of it, well, it's just a bunch of random modules that only
occasionally relate to each other, many of which already have equals
or betters in PEAR.
Navigation:
[Reply to this message]
|