PHP Framework that integrates with dojo

dojophp

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?

Best Solution

"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.