コード例 #1
0
ファイル: model-class.php プロジェクト: extend/wee
 public function getAllComments()
 {
     return myCommentsSet::instance()->fetchAllForUser($this['user_id']);
 }