Exemplo n.º 1
0
 public function getAllComments()
 {
     $oSet = new myCommentsSet();
     return $oSet->fetchAllForUser($this['user_id']);
 }
Exemplo n.º 2
0
 public function getAllComments()
 {
     return myCommentsSet::instance()->fetchAllForUser($this['user_id']);
 }