10-24-2007, 01:03 PM
|
#5 (permalink)
|
|
The Reckoner
Join Date: Sep 2007
Posts: 437
Thanks: 22
|
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.
|
|
|
|