예제 #1
0
 public function getAllComments()
 {
     $oSet = new myCommentsSet();
     return $oSet->fetchAllForUser($this['user_id']);
 }
예제 #2
0
파일: model-class.php 프로젝트: extend/wee
 public function getAllComments()
 {
     return myCommentsSet::instance()->fetchAllForUser($this['user_id']);
 }