Ejemplo n.º 1
0
 /**
  * @desc construction de l'objet amf renvoyé par les public methods
  */
 public function __construct()
 {
     parent::__construct();
     $this->amfObject = new stdClass();
     // $this->writer = new Zend_Log_Writer_Stream('/var/log/php-scripts.log');
     // $this->logger = new Zend_Log($this->writer);
     $this->writer = new Zend_Log_Writer_Firebug();
     $this->logger = new Zend_Log($this->writer);
 }
Ejemplo n.º 2
0
 /**
  * @desc construction de l'objet amf renvoyé par les public methods
  */
 public function __construct()
 {
     parent::__construct();
     $this->amfObject = new stdClass();
 }
Ejemplo n.º 3
0
 public function init()
 {
     parent::init();
 }
Ejemplo n.º 4
0
 public function __construct()
 {
     parent::__construct();
 }