Thread: Zend Framework
View Single Post
Old 10-24-2007, 01:03 PM   #5 (permalink)
Karl
The Reckoner
Advanced Programmer Top Contributor 
 
Karl's Avatar
 
Join Date: Sep 2007
Posts: 437
Thanks: 22
Karl is on a distinguished road
Default

Yeh CakePHP isn't too great. What you want is a "loosely coupled" framework; which is the Zend Framework. Basically, loosely coupled means one class can be used independently of another. So for example, you may want to use the Zend Framework Validation class but nothing else.
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
Karl is offline  
Reply With Quote