예제 #1
0
 public function getSelectList()
 {
     return Person::lists('name', 'id');
 }