Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
studip Namespace Reference

Detailed Description

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');
Author
mlunzena

TODO

lib

Author
André Klaßen (aklassen)
Marcus Lunzenauer (mlunzena)
Since
1.7

This class represents the avatar of a course.

lib

Author
Marcus Lunzenauer (mlunzena)
Since
1.10

<ClassDescription>

datafields

Author
mgieseki, mlunzena

This class provides a singleton instance that is used to manage PDO database connections.

Example of use:

getting a PDO connection

$key = 'studip'; $db = DBManager::get($key); $db->query('SELECT * FROM user_info');

setting a PDO connection

$manager = DBManager::getInstance(); $manager->setConnection('example', 'mysql:host=localhost;dbname=example', 'root', '');

lib

Author
mlunzena

lib

Author
mlunzena

This class represents the avatar of a institute.

lib

Author
André Noack noack.nosp@m.@dat.nosp@m.a-que.nosp@m.st.d.nosp@m.e
Since
1.10

An interface which has to be implemented by instances returned from StudipCacheFactory::getCache

lib

Author
Marco Diedrich (mdiedric)
Marcus Lunzenauer (mlunz.nosp@m.ena@.nosp@m.uos.d.nosp@m.e)
Since
1.6

This factory retrieves the instance of StudipCache configured for use in this Stud.IP installation.

lib

Author
Marco Diedrich (mdiedric)
Marcus Lunzenauer (mlunz.nosp@m.ena@.nosp@m.uos.d.nosp@m.e)
Since
1.6

StudipCache implementation using files

cache

Author
André Noack noack.nosp@m.@dat.nosp@m.a-que.nosp@m.st.d.nosp@m.e
Version
2

The default implementation of the StudipCache interface.

lib

Author
Marco Diedrich (mdiedric)
Marcus Lunzenauer (mlunz.nosp@m.ena@.nosp@m.uos.d.nosp@m.e)
Since
1.6

Studienbereich... TODO

Author
mlunzena

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.");

Author
mlunzena

This class represents the avatar of a course.

lib

Author
Marcus Lunzenauer (mlunzena), Till Glöggler (tgloeggl)
Since
1.10

StudIPTemplateEngine.class.php

Author
Dennis Reil denni.nosp@m.s.re.nosp@m.il@of.nosp@m.fis..nosp@m.de
Michael Riehemann micha.nosp@m.el.r.nosp@m.iehem.nosp@m.ann@.nosp@m.uni-o.nosp@m.lden.nosp@m.burg..nosp@m.de

pluginengine

<ClassDescription>

base

Author
mlunzena

Kind of Mock for Stud.IP Permission Class.

Service definition regarding Stud.IP users.