Ejemplo n.º 1
0
 public function init()
 {
     $this->table_name = 'yaf_admin';
     $this->primary = 'user_id';
     $this->columns = array('user_name', 'remark');
     $this->Scaffold = TRUE;
     parent::init();
 }
Ejemplo n.º 2
0
 public function init()
 {
     $this->table_name = 'yaf_scaffold_config';
     $this->primary = 'cid';
     $this->columns = array('model_name', 'remark', 'table_primary', 'table_name', 'columns');
     $this->Scaffold = TRUE;
     parent::init();
 }
Ejemplo n.º 3
0
 public function init()
 {
     parent::init();
 }