View Single Post
Old 04-08-2008, 04:30 PM  
mryellow
Confirmed User
 
Industry Role:
Join Date: May 2001
Location: Australia
Posts: 934
Zend is just a bunch of functions, some nice code, no real structure.
CakePHP does ok.

As for being slow, I'm a big fan of writing very neat and very fast queries. With the right
tweaking and observation of what queries are being run you can optimise it down to good
speeds. While having cache and server-cluster stuff built-in means less fucking around to
get things to scale to the enterprise.

Yes there is more auto-magical stuff. You will need to become familiar with the core
frameworks code (as you should) and maybe even branch your own version of it to get to
the heart of your code and optimise.

The docs for CakePHP can be thin, but really it's all out there between the API docs,
articles, tempdocs for 1.2 and the code itself.

-Ben
__________________
Cyberwurx Hosting
After trying 5 different hosts, I found the best.
Since 1997 I've had 2 hours of downtime.
Fast support, great techs, no hype, no gimmicks.

<- I in no way endorse whatever just got stuck on the left of my post.
mryellow is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote