예제 #1
0
 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
 /**
  * constructor
  */
 function __construct($tbl_name, $tbl_key, &$db)
 {
     parent::__construct($tbl_name, $tbl_key, $db);
 }