Example #1
0
 public function listCategories()
 {
     return array('' => ' ') + Category::lists('category', 'id')->toArray();
 }