Example #1
0
 public function __construct($id = null)
 {
     $this->_tableName = Cart66Common::getTableName('orders');
     parent::__construct($id);
 }
 public function __construct($id = null)
 {
     $this->_tableName = Cart66Common::getTableName('shipping_methods');
     parent::__construct($id);
 }
 public function __construct($id = null)
 {
     $this->_tableName = Cart66Common::getTableName('account_subscriptions');
     parent::__construct($id);
 }
 public function __construct($id = null)
 {
     $this->_tableName = Cart66Common::getTableName('products');
     parent::__construct($id);
     $this->_creditAmount = 0;
 }
 public function __construct($id = null)
 {
     $this->_tableName = Cart66Common::getTableName('pp_recurring_payments');
     parent::__construct($id);
 }