예제 #1
0
파일: Category.php 프로젝트: ajaboa/crmpuan
 protected function init()
 {
     $this->columns['name']['unique'] = true;
     return parent::init();
 }