Example #1
0
 public function getNotes()
 {
     $this->notes = Note::childrenOf($this, "userid")->fetch();
     return $this->notes;
 }