tags:

views:

273

answers:

3

I am looking for the simplest php framework that comes integrated with dojo. I do not need MVC or to learn a giant framework all over again. Does anyone have suggestions or examples?

A: 

zend framework http://www.zendframework.com/

Mohamed
+4  A: 

"the simplest PHP framework" does not tell us at all what you're looking for.

To field a guess, however, I'd still say Zend is the best in most cases...It includes MVC capabilities, but does not require the use of an MVC pattern.

EvanK
A: 

Maybe http://www.comodojo.org can fit your needs... it's still in alpha, but it works in most cases.

ma.gio