示例#1
0
 function MY_Table($id = '')
 {
     parent::CI_Table();
     $this->id = empty($id) ? 'table_' . uniqid() : $id;
 }