public static function __static() { self::$comments_cache = CommentsCache::load(); self::$db_querier = PersistenceContext::get_querier(); }
public static function get_last_comment_added($user_id) { return CommentsDAO::get_last_comment_added($user_id); }