tags:

views:

136

answers:

5
+1  Q: 

universal php mvc?

anyone know of a good universal mvc written in php? i'm looking for an mvc that i can instantiate into any type of application that fits in what project i will be building and will contain a huge amount of libraries at hand being very easy to instantiate a library into the application when needed.

thanks

A: 

You could perhaps consider the Zend framework, or CakePHP

TokenMacGuy
A: 

codeigniter

Galen
A: 

Kohana: http://kohanaphp.com/

Jefe
+1  A: 

CodeIgniter might be what you're looking for. Symfony also proves a solid MVC framework, and as TokenMacGuy said, Zend Framework and CakePHP are also popular choices.

Most MVC frameworks provide similar functionality. When choosing one over another, often it depends which has best library support for the sorts of tasks you're trying to do, and which framework's coding style fits best with your personal style.

Jim OHalloran
@davethegr8 Thanks for the correction... For some reason my fingers never want to type Symfony with an f :)
Jim OHalloran
A: 

I cut my teeth on Mojavi about 2.5 years ago, but I cant help thinking it's fallen out of favor (note lack of evidence provided here, here and here)

Assembler
Mojavi lives on in Symfony and Agavi though.
troelskn
oh? now I know! thanks!
Assembler