示例#1
0
文件: MPT.php 项目: techart/tao
 protected function setup()
 {
     $this->columns('id', 'entity_id', 'parent_id', 'level', 'ord')->classname('Tree.DB.MPT.JoinEntity')->key('id');
     return parent::setup();
 }