
Ecommerce website for Vibropower product line based on prestashop platform.
PLAIN TEXT PHP: <?php // include server library include('rpc/class-IXR.php'); include('rpc/JSON.php'); /** * Server Implementation * @author mmonti * */ class RPCServer extends IXR_Server { // constructor function RPCServer() { [...]
For my memory and your pleasure I've setup a fully functional example as starting point for a FLEX-CMS generator project. I'd like to post it for all those have problems setting up a remoting client in flex using Zend AMF as application gateway. This tutorial requires advanced skills in FLEX / AIR, and basic knowledge [...]