I'm looking at a new project and we are wanting to use Flex (to provide the easy integration with AIR and provide a desktop app for our project). How easy does CakePHP play with Flex or is there a better PHP framework to use with Flex, or should we use none?
+1
A:
I'm a Rails + Flex guy, but IIRC, CakePHP is very similar to Rails. Assuming that's true, the MVC architecture works quite well with a Flex front end.
Really the only difference between a Flex app and a regular HTML app is returning XML for Flex to interpret instead of HTML for the browser to interpret. From that perspective, pairing Flex with any MVC framework is a good idea over going with flat PHP.
Micah
2008-10-28 20:00:51