1

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?

8
  • (overview) phpframeworks.com and php-frameworks.net Commented Aug 15, 2010 at 15:53
  • 1
    What's with the "not a real question" votes? Does this sound like not a real question? Find a duplicate if you want to close. Commented Aug 15, 2010 at 15:57
  • @Josh K: If it is a real question, then what is being asked? Commented Aug 15, 2010 at 16:01
  • @GregS: "What can you suggest me?" Seems like a question to me :) Commented Aug 15, 2010 at 16:27
  • @Josh the framework question has been answered a gazillion times. If the OP is too lazy to use the search function, then I am too lazy to find a duplicate. Commented Aug 15, 2010 at 16:38

7 Answers 7

2

Have a look at:

Kohana 3

Kohana is an elegant HMVC PHP5 framework that provides a rich set of components for building web applications.

It requires very little configuration, fully supports UTF-8 and i18n, and provides many of the tools that a developer needs within a highly flexible system. The integrated class auto-loading, cascading filesystem, highly consistent API, and easy integration with vendor libraries make it viable for any project, large or small.

Sign up to request clarification or add additional context in comments.

2 Comments

I meant kohana 3.0 not older version.
I downloaded Kohana 3.0.7 it does not uses PHP 5.3 namespaces.
2

look for loosely-coupled frameworks. php fatfree framework is one.

Comments

1

Take a look at:

Comments

1

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.

http://agiletoolkit.org/intro

Comments

1

Take a look on SingularCore

Comments

1

Have a look at YII Framework.

Comments

0

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?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.