コード例 #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();
 }