コード例 #1
0
 function __construct()
 {
     global $sae_config;
     self::$charset = $sae_config['db_charset'];
     $this->connect();
     parent::__construct();
 }
コード例 #2
0
 public function __construct($_accessKey = '', $_secretKey = '')
 {
     global $sae_config;
     $this->domainDir = $sae_config['storage_dir'];
     $this->url = $sae_config['storage_url'];
     parent::__construct();
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
 }
コード例 #4
0
ファイル: SaeImage.class.php プロジェクト: ysking/commlib
 public function __construct($img_data = '')
 {
     parent::__construct();
     return $this->setData($img_data);
 }