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