vote up 0 vote down star
2

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?

flag

67% accept rate

2 Answers

vote up 1 vote down check

Anything that is PHP based can benefit from AMFPHP to that matter.

There's a project in Cakeforge that tries to create that bridge, although I think it's a bit outdated.

link|flag
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.