public static function getInstance() { if (!isset(self::$instance)) { self::$instance = new backend_model_smarty(); } return self::$instance; }