예제 #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
파일: __Amf.php 프로젝트: AlexChien/bbcoach
 /**
  * @desc construction de l'objet amf renvoyé par les public methods
  */
 public function __construct()
 {
     parent::__construct();
     $this->amfObject = new stdClass();
 }
예제 #3
0
파일: Photo.php 프로젝트: AlexChien/bbcoach
 public function __construct()
 {
     parent::__construct();
 }