Category Archives: ZendAMF

Articles about ZendAMF

Flex with PHP using ZendAMF – Zend_Db

In articler Adobe Flex with PHP using ZendAMF – first steps aimed to illustrate the integration of Flex with PHP for those who had already developed systems using AMFPHP, so I did not use the classes to access database ZendFramework. … Continue reading

Flex, PHP, ZendAMF

LCCS and PHP with ZendAMF

Adobe LiveCycle Collaboration Service has in its SDK examples for integration with the main languages used in web programming like PHP, Java, Python, etc. In the Adobe documentation, it is recommended to use AMFPHP or pure PHP, but this integration … Continue reading

Adobe, LCCS, PHP, ZendAMF , ,

File uploads with Adobe Flex and Zend AMF

Zend AMF is an implementation done in PHP to work with the communication protocol binary AMF (Action Message Format) and is part of ZendFramework. I had to implement a system to upload files that were a little different than what … Continue reading

ActionScript 3.0, Flex, PHP, ZendAMF

Working with exceptions with Adobe Flex and Zend AMF

Some programming languages have the capability of working with exceptions such as PHP, ActionScript 3.0, Java, C # etc.. It is a resource that if properly used, it is powerful and help prevent future headaches for your system. An exception … Continue reading

ActionScript 3.0, Flex, PHP, ZendAMF

Adobe Flex with PHP using ZendAMF – first steps

Unsurprisingly the support of Adobe technologies that integrate seamlessly with Flex. Zend, which maintains the PHP, have your ZendFramework, a package called ZendAMF to implement such an integration between Flex and PHP. In the hands of Wade Arnold, who also … Continue reading

Flex, PHP, ZendAMF , ,