Example #1
0
 public function getCategories()
 {
     $this->categories = Category::pivot("category@id|categoryid", "category_note", "noteid|note@id")->equal($this->id)->fetch();
 }