public static function getInstance() { if (self::$instance == null) { self::$instance = new Comment_Model(); } return self::$instance; }