protected function _init()
{
// Luxor base libraries.
- require_once LUXOR_BASE . '/lib/Luxor.php';
Luxor::initialize();
}
* Horde_Registry_Application::). */
require_once HORDE_BASE . '/lib/core.php';
-class Passwd_Application extends Horde_Registry_Application
-{
- /**
- * Initialization function.
- *
- * Global variables defined:
- */
- protected function _init()
- {
-
- }
-}
\ No newline at end of file
+class Passwd_Application extends Horde_Registry_Application {}
$this->driver = Pastie_Driver::factory();
} catch (Pastie_Exception $e) {
$GLOBALS['notification']->notify($e);
- return false;
}
}
<?php
/**
- * Shout application interface.
+ * Vilma application interface.
*
- * This file defines Shout's external API interface.
+ * This file defines Vilma's external API interface.
*
* Copyright 2006-2010 Alkaloid Networks <http://www.alkaloid.net/>
*
protected function _init()
{
- $this->driver = &Vilma_Driver::singleton();
+ $this->driver = Vilma_Driver::singleton();
- // Get the currently active domain, possibly storing a change into the session
+ // Get the currently active domain, possibly storing a change into the
+ // session
$this->curdomain = Vilma::getCurDomain();
}
* Horde_Registry_Application::). */
require_once HORDE_BASE . '/lib/core.php';
-// Wicked base libraries.
-require_once WICKED_BASE . '/lib/Wicked.php';
-require_once WICKED_BASE . '/lib/Driver.php';
-require_once WICKED_BASE . '/lib/Page.php';
-
class Wicked_Application extends Horde_Registry_Application
{
/**