示例#1
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $config = array('appId' => self::getAppId(), 'secret' => self::getSecretKey());
     $this->_facebook = new Facebook($config);
     return $this;
 }
示例#2
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Push_Model_Db_Table_Message';
     $this->_initInstances();
     $this->_initMessageType();
 }
示例#3
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Comment_Model_Db_Table_Like';
     return $this;
 }
示例#4
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Cms_Model_Db_Table_Application_Page';
     return $this;
 }
示例#5
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Application_Model_Db_Table_Option';
 }
示例#6
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Comment_Model_Db_Table_Answer';
 }
示例#7
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Acl_Model_Db_Table_Acl_Role';
     return $this;
 }
示例#8
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Promotion_Model_Db_Table_Customer';
 }
示例#9
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Backoffice_Model_Db_Table_User';
 }
示例#10
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Catalog_Model_Db_Table_Product_Group';
 }
示例#11
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Preview_Model_Db_Table_Preview';
 }
示例#12
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Topic_Model_Db_Table_Topic';
     return $this;
 }
示例#13
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Socialgaming_Model_Db_Table_Game';
     return $this;
 }
示例#14
0
 /**
  * Constructor.
  *
  * Your iPhone App Delegate.m file will point to a PHP file with this APNS Object.  The url will end up looking something like:
  * https://secure.yourwebsite.com/apns.php?task=register&appname=My%20App&appversion=1.0.1&deviceuid=e018c2e46efe185d6b1107aa942085a59bb865d9&devicetoken=43df9e97b09ef464a6cf7561f9f339cb1b6ba38d8dc946edd79f1596ac1b0f66&devicename=My%20Awesome%20iPhone&devicemodel=iPhone&deviceversion=3.1.2&pushbadge=enabled&pushalert=disabled&pushsound=enabled
  *
  * @param object $db Database Object
  * @param array $args Optional arguments passed through $argv or $_GET
  * @access 	public
  */
 function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Push_Model_Db_Table_Iphone_Device';
 }
示例#15
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
 }
示例#16
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     return $this;
 }
示例#17
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Form_Model_Db_Table_Field';
     return $this;
 }
示例#18
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Booking_Model_Db_Table_Booking';
     return $this;
 }
示例#19
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'LoyaltyCard_Model_Db_Table_Customer_Log';
 }
示例#20
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Api_Model_Db_Table_Provider';
     return $this;
 }
示例#21
0
 public function __construct($config = array())
 {
     $this->_db_table = 'Installer_Model_Db_Table_Installer_Module';
     parent::__construct($config);
 }
示例#22
0
 public function __construct($config = array())
 {
     parent::__construct($config);
 }
示例#23
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Push_Model_Db_Table_Certificate';
 }
示例#24
0
 /**
  * Constructor.
  *
  * @param array $params
  * @access 	public
  */
 function __construct($params = array())
 {
     parent::__construct($params);
     $this->__key = Push_Model_Certificat::getAndroidKey();
 }
示例#25
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Template_Model_Db_Table_Design';
     return $this;
 }
示例#26
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Weblink_Model_Db_Table_Weblink_Link';
     return $this;
 }
示例#27
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Catalog_Model_Db_Table_Category';
 }
示例#28
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Social_Model_Db_Table_Facebook';
     return $this;
 }
示例#29
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Media_Model_Db_Table_Library_Image';
     return $this;
 }
示例#30
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Event_Model_Db_Table_Event_Custom';
     return $this;
 }