コード例 #1
0
ファイル: User.php プロジェクト: anslo-framework/app
 public function getNotes()
 {
     $this->notes = Note::childrenOf($this, "userid")->fetch();
     return $this->notes;
 }