0

I was just wondering (sake of knowledge) if "PHP-framework" concepts is strictly binded and depending upon the "MVC" concept.What I mean is: there's any php framework not relying on the MVC architecture??

At wikipedia

Most web application frameworks are based on the MVC pattern.

thanks.Most not all =)

Luca

3 Answers 3

3

It is not necessary for a PHP framework to use the MVC paradigm.

However, it is very useful so it often used.

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

1 Comment

thanks.I find the MVC really useful as well =) just wanted to know any no-MVC php framework
1

Perhaps off topic: Hierarchical Model-View-Controller pattern is an interesting variant of MVC and is supported in frameworks such as Kohana (directly) and CodeIgnitor (indirectly)

Comments

0

The MVC architecture is not limited to php and there many alternative. I had a similar question recently:

What are the alternatives to MVC architecture for web development?

2 Comments

I didnt mean "MVC" architecture limited to PHP but I wonder if PHP frameworks are limited to MVC
No like you can see on my link there are many other frameworks proposed

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.