示例#1
0
文件: Amf.php 项目: AlexChien/bbcoach
 /**
  * @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);
 }
示例#2
0
 /**
  * @desc construction de l'objet amf renvoyé par les public methods
  */
 public function __construct()
 {
     parent::__construct();
     $this->amfObject = new stdClass();
 }
示例#3
0
 public function init()
 {
     parent::init();
 }
示例#4
0
 public function __construct()
 {
     parent::__construct();
 }