コード例 #1
0
 public static function __static()
 {
     self::$comments_cache = CommentsCache::load();
     self::$db_querier = PersistenceContext::get_querier();
 }
コード例 #2
0
 public static function get_last_comment_added($user_id)
 {
     return CommentsDAO::get_last_comment_added($user_id);
 }