Exemplo n.º 1
0
 function DSCTableContent(&$db)
 {
     $tbl_key = 'id';
     $tbl_suffix = 'content';
     $this->set('_suffix', $tbl_suffix);
     parent::__construct("#__{$tbl_suffix}", $tbl_key, $db);
 }
Exemplo n.º 2
0
 /**
  * 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();
 }
Exemplo n.º 3
0
 /**
  * constructor
  */
 function __construct($tbl_name, $tbl_key, &$db)
 {
     parent::__construct($tbl_name, $tbl_key, $db);
 }