Search code examples
zend-frameworkzend-amf

Zend AMF + Zend Website


I will be developing a front-end website and a back-end in Adobe Air. So I would like to have a Zend_amf to communicate to Air And a regular zend web application for my website.

Does anyone know if I could do this in one Zend framework installation? I can't add any subdomains or anything so I don't think I can get 2 installations to work. Or am I missing something here?

Thanks in advance


Solution

  • You don't need two installations. Simply provide a gateway point for AMF to connect to that resides in your ZF application.