Exemple #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;
 }
Exemple #2
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Push_Model_Db_Table_Message';
     $this->_initInstances();
     $this->_initMessageType();
 }
Exemple #3
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Comment_Model_Db_Table_Like';
     return $this;
 }
Exemple #4
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Cms_Model_Db_Table_Application_Page';
     return $this;
 }
Exemple #5
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Application_Model_Db_Table_Option';
 }
Exemple #6
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Comment_Model_Db_Table_Answer';
 }
Exemple #7
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Acl_Model_Db_Table_Acl_Role';
     return $this;
 }
Exemple #8
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Promotion_Model_Db_Table_Customer';
 }
Exemple #9
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Backoffice_Model_Db_Table_User';
 }
Exemple #10
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Catalog_Model_Db_Table_Product_Group';
 }
Exemple #11
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Preview_Model_Db_Table_Preview';
 }
Exemple #12
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Topic_Model_Db_Table_Topic';
     return $this;
 }
Exemple #13
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Socialgaming_Model_Db_Table_Game';
     return $this;
 }
Exemple #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';
 }
Exemple #15
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
 }
Exemple #16
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     return $this;
 }
Exemple #17
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Form_Model_Db_Table_Field';
     return $this;
 }
Exemple #18
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Booking_Model_Db_Table_Booking';
     return $this;
 }
Exemple #19
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'LoyaltyCard_Model_Db_Table_Customer_Log';
 }
Exemple #20
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Api_Model_Db_Table_Provider';
     return $this;
 }
Exemple #21
0
 public function __construct($config = array())
 {
     $this->_db_table = 'Installer_Model_Db_Table_Installer_Module';
     parent::__construct($config);
 }
Exemple #22
0
 public function __construct($config = array())
 {
     parent::__construct($config);
 }
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Push_Model_Db_Table_Certificate';
 }
Exemple #24
0
 /**
  * Constructor.
  *
  * @param array $params
  * @access 	public
  */
 function __construct($params = array())
 {
     parent::__construct($params);
     $this->__key = Push_Model_Certificat::getAndroidKey();
 }
Exemple #25
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Template_Model_Db_Table_Design';
     return $this;
 }
Exemple #26
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Weblink_Model_Db_Table_Weblink_Link';
     return $this;
 }
Exemple #27
0
 public function __construct($datas = array())
 {
     parent::__construct($datas);
     $this->_db_table = 'Catalog_Model_Db_Table_Category';
 }
Exemple #28
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Social_Model_Db_Table_Facebook';
     return $this;
 }
Exemple #29
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Media_Model_Db_Table_Library_Image';
     return $this;
 }
Exemple #30
0
 public function __construct($params = array())
 {
     parent::__construct($params);
     $this->_db_table = 'Event_Model_Db_Table_Event_Custom';
     return $this;
 }