Apache – Does Flex require PHP framework

adobeapache-flexflex3

I am new to Flex and have written code in PHP before, but not used any PHP framework like Zend, CakePHP etc…

I plan to use Flex with PHP, for that do I need to use any MVC PHP framework? Do any of the frameworks integrate with Flex for the View?

Best Answer

Although no framework is strictly needed, it can be very helpful. This might help you get started: Flex/PHP framework download and Zend's Flex and PHP. (Google is your friend)

Related Topic