function __construct()
 {
     global $sae_config;
     self::$charset = $sae_config['db_charset'];
     $this->connect();
     parent::__construct();
 }
 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
 public function __construct($img_data = '')
 {
     parent::__construct();
     return $this->setData($img_data);
 }