コード例 #1
0
 public function __construct()
 {
     parent::__construct(Settings::SYSTEM_TABLE_PREFIX . 'exchange_rates');
 }
コード例 #2
0
ファイル: ProductDAO.php プロジェクト: artemzalescky/phti
 public function __construct()
 {
     parent::__construct('product');
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct(Settings::SYSTEM_TABLE_PREFIX . 'user');
 }
コード例 #4
0
ファイル: DepartmentDAO.php プロジェクト: artemzalescky/phti
 public function __construct()
 {
     parent::__construct('department');
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct('special_offer');
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct('catalog');
 }