Due to several projects being handled by the team the past few months, my development of the Flex-Symfony has been very slow.  Until recently I’ve been able to create a simple crud module that uses Symfony on the back end and Flex on the front. It was not easy since I prefer to preserve the default code generated by Symfony using the CLI (eg. symfony propel:generate-crud frontend author Author).  To do this, an XML output by the Symfony is required to pass data request by flex (More details will be posted once the first tutorial is finished).  On the front end I used PureMVC for flex. Its not very hard to to use the framework and you could have a really clean implementation of your flex code. The final product Symfony-Flex Web App. In the coming weeks I’ll be posting a tutorial including the code on how the marriage has been implemented. Cheers!!!