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