コード例 #1
0
ファイル: content.php プロジェクト: joomlacorner/citruscart
 function DSCTableContent(&$db)
 {
     $tbl_key = 'id';
     $tbl_suffix = 'content';
     $this->set('_suffix', $tbl_suffix);
     parent::__construct("#__{$tbl_suffix}", $tbl_key, $db);
 }
コード例 #2
0
ファイル: _base.php プロジェクト: annggeel/tienda
 /**
  * constructor
  */
 function __construct($tbl_name, $tbl_key, &$db)
 {
     parent::__construct($tbl_name, $tbl_key, $db);
     // set table properties based on table's fields
     //$this->setTableProperties();
 }
コード例 #3
0
ファイル: _base.php プロジェクト: joomlacorner/citruscart
 /**
  * constructor
  */
 function __construct($tbl_name, $tbl_key, &$db)
 {
     parent::__construct($tbl_name, $tbl_key, $db);
 }