Exemplo n.º 1
0
 public function getCategoryName()
 {
     $category = Cat::findOne($this->cat_id);
     return $category->title;
 }