public function getAllComments() { $oSet = new myCommentsSet(); return $oSet->fetchAllForUser($this['user_id']); }
public function getAllComments() { return myCommentsSet::instance()->fetchAllForUser($this['user_id']); }