I uses Zend in my project: it does not need MVC, but it uses Zend classes like Zend_Translate or Zend_Validate. I should not create Zend environment for validate few HTTP request params I just need Form and Validators. Zend is more class library then framework. I'm looking the similar framework for PHP 5.3. What can you suggest me?
|
|
Have a look at:
|
|||
|
look for loosely-coupled frameworks. php fatfree framework is one. |
||||
|
|
|
Take a look at:
|
|||
|
|
|
I agree that Zend is more like CPAN for Perl, collection of classes with minimum dependencies. If you want to take more advantage of dependencies you need a high-level framework. Preferable with User Interface support. |
|||
|
|
|
Take a look on SingularCore |
|||
|
|
|
Zend is a loosely coupled framework. I'm not sure about your problem, but the components I have worked with (like Zend_View) are completely independent of MVC stack. Can you explain more about them problem? |
|||
|
|
|
Have a look at YII Framework. |
||||
|
|