Stud.IP
2.0 Revision 48548
|
This class is used to construct URLs for static content like images, stylesheets or javascripts. As the URL to the "assets" directory is configurable one always has to construct the above mentioned URLs dynamically.
Example:
# construct the URL for the image "blank.gif" $url = Assets::url() . 'images/blank.gif'; $url = Assets::url('images/blank.gif');
TODO
lib
This class represents the avatar of a course.
lib
<ClassDescription>
datafields
This class provides a singleton instance that is used to manage PDO database connections.
Example of use:
$key = 'studip'; $db = DBManager::get($key); $db->query('SELECT * FROM user_info');
$manager = DBManager::getInstance(); $manager->setConnection('example', 'mysql:host=localhost;dbname=example', 'root', '');
lib
lib
This class represents the avatar of a institute.
lib
An interface which has to be implemented by instances returned from StudipCacheFactory::getCache
lib
This factory retrieves the instance of StudipCache configured for use in this Stud.IP installation.
lib
StudipCache implementation using files
cache
The default implementation of the StudipCache interface.
lib
Studienbereich... TODO
Objects of this class represent the state of the study area selection form.
Note: Many of the methods return "$this" to let you easily cascade method calls: $selection->toggleShowAll()->setSelected("012345etc.");
This class represents the avatar of a course.
lib
StudIPTemplateEngine.class.php
pluginengine
<ClassDescription>
base
Kind of Mock for Stud.IP Permission Class.
Service definition regarding Stud.IP users.