application Namespace Reference

Class Bookmarks Bookmark management. More...


Detailed Description

Class Bookmarks Bookmark management.

personal bookmark administration

language handling for setup

Cron job class.

notes view

note_new

Class ilStructreObject.

class for editing lm menu

Class ilBibItem.

special template class to simplify handling of ITX/PEAR

search

Class ilMetaTechnicalRequirementSet.

Class ilMetaTechnicalRequirement.

Class ilMetaTechnical.

Class ilMetaData.

logging

class for checking external links in page objects.

class for checking external links in page objects Normally used in Cron jobs, but should be extensible for use in learning modules.

language handling

INIFile Parser.

HTTPS.

format conversions

Error Handling & global info handling uses PEAR error class.

Database Wrapper.

Database Update class.

bookmark folder (note: this class handles personal bookmarks folders only)

GUI class for personal bookmark administration.

Author:
Alex Killing <alex.killing@gmx.de>
Version:
Id:
class.ilBookmark.php 3406 2004-03-05 14:47:32Z akill

It manages folders and bookmarks with the help of the two corresponding core classes ilBookmarkFolder and ilBookmark. Their methods are called in this User Interface class.

Author:
Alex Killing <alex.killing@gmx.de>
Version:
Id:
class.ilBookmarkAdministrationGUI.php 8231 2005-08-01 09:07:45Z akill
Author:
Alex Killing <alex.killing@gmx.de>
Version:
Id:
class.ilBookmarkFolder.php 8037 2005-07-13 22:09:57Z akill
Author:
Peter Gabriel <pgabriel@databay.de>
Version:
Id:
class.ilDBUpdate.php 7817 2005-06-09 16:42:08Z akill

this class should extend PEAR::DB, add error Management in case of a db-error in any database query the ilDBx-class raises an error

Author:
Peter Gabriel <peter@gabriel-online.net>
Version:
Id:
class.ilDBx.php 7850 2005-06-14 07:08:13Z akill

public

Author:
Stefan Meyer <smeyer@databay.de>
Sascha Hofmann <shofmann@databay.de>
Version:
Id:
class.ilErrorHandling.php 8330 2005-08-09 12:47:55Z akill
Todo:
when an error occured and clicking the back button to return to previous page the referer-var in session is deleted -> server error
Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
class.ilHTTPS.php 5088 2004-10-03 15:46:33Z smeyer

Description:

A Simpe Ini File Implementation to keep settings in a simple file instead of in a DB Based upon class.INIfile.php by Mircho Mirev <mircho@macropoint.com>

Usage Examples: $ini = new IniFile("./ini.ini"); Read entire group in an associative array $grp = $ini->read_group("MAIN"); //prints the variables in the group if ($grp) for(reset($grp); $key=key($grp); next($grp)) { echo "GROUP ".$key."=".$grp[$key]."<br>"; } //set a variable to a value $ini->setVariable("NEW","USER","JOHN"); //Save the file $ini->save_data();

Author:
Mircho Mirev <mircho@macropoint.com>
Peter Gabriel <peter@gabriel-online.net>
Version:
Id:
class.ilIniFile.php 4946 2004-09-14 14:42:37Z bblackmoor

this class offers the language handling for an application. it works initially on one file: languages.txt from this file the class can generate many single language files. the constructor is called with a small language abbreviation e.g. $lng = new Language("en"); the constructor reads the single-languagefile en.lang and puts this into an array. with e.g. $lng->txt("user_updated"); you can translate a lang-topic into the actual language

Author:
Peter Gabriel <pgabriel@databay.de>
Version:
Id:
class.ilLanguage.php 7578 2005-05-18 22:30:06Z akill
Todo:
Das Datefeld wird bei Aenderungen einer Sprache (update, install, deinstall) nicht richtig gesetzt!!! Die Formatfunktionen gehoeren nicht in class.Language. Die sind auch woanders einsetzbar!!! Daher->besser in class.Format

In this case set second parameter of contructor = false, and use setPageObjectId()

Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
class.ilLinkChecker.php 8576 2005-09-06 13:28:54Z smeyer

All user who want to get messages about invalid links of a page_object are stored here

Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
class.ilLinkCheckNotify.php 6242 2004-12-16 14:37:07Z smeyer

this class provides a logging feature to the application this class is easy to use. call the constructor with e.g. $log = new Log(); you can give a filename if you want, else the defaultfilename is used.

Author:
Peter Gabriel <pgabriel@databay.de>
Version:
Id:
class.ilLog.php 5771 2004-11-11 17:37:48Z hschottm

Handles Meta Data of ILIAS Learning Objects (see ILIAS DTD)

Author:
Alex Killing <alex.killing@gmx.de>
Databay AG <jc@databay.de>
Version:
Id:
class.ilMetaData.php 7078 2005-03-30 13:41:28Z smeyer

Handles Technical Section (see ILIAS DTD)

Author:
Alex Killing <alex.killing@gmx.de>
Version:
Id:
class.ilMetaTechnical.php 1681 2003-07-22 14:31:53Z akill

Handles Technical Requirement of Meta Data (see ILIAS DTD)

Author:
Alex Killing <alex.killing@gmx.de>
Version:
Id:
class.ilMetaTechnicalRequirement.php 1538 2003-07-03 16:20:41Z akill

Handles a set of technical requirement

Author:
Alex Killing <alex.killing@gmx.de>
Version:
Id:
class.ilMetaTechnicalRequirementSet.php 1542 2003-07-04 07:42:02Z akill
Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
Id:
class.ilSearch.php 7918 2005-06-23 15:11:13Z smeyer
Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
Id:
class.ilSearchAdministrationGUI.php 2951 2003-12-09 15:29:29Z smeyer
Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
Id:
class.ilSearchFolder.php 3405 2004-03-05 14:27:46Z akill
Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
Id:
class.ilSearchGUI.php 6677 2005-02-10 15:36:56Z smeyer
Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
Id:
class.ilSearchResult.php 2932 2003-12-08 10:36:50Z smeyer
Author:
Stefan Kesseler <skesseler@databay.de>
Sascha Hofmann <shofmann@databay.de>
Version:
Id:
class.ilTemplate.php 8001 2005-07-11 09:07:57Z hschottm

Handles Bib-Items of ILIAS DigiLib-Books (see ILIAS DTD)

Author:
Databay AG <jc@databay.de>
Version:
Id:
class.ilBibItem.php 4018 2004-05-13 13:34:29Z jconze
Author:
Sascha Hofmann <saschahofmann@gmx.de>
Version:
Id:
class.ilLMMenuEditor.php 6377 2004-12-22 23:45:21Z shofmann

Handles StructureObjects of ILIAS Learning Modules (see ILIAS DTD)

Author:
Alex Killing <alex.killing@gmx.de>
Version:
Id:
class.ilStructureObject.php 7997 2005-07-08 21:30:52Z akill
Author:
Matthias Maschke <m.maschke@uni-koeln.de>
Version:
Id:
note_new.php 1300 2003-05-16 13:24:51Z smeyer
Author:
Peter Gabriel <pgabriel@databay.de>
Version:
Id:
notes.php 1300 2003-05-16 13:24:51Z smeyer
Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
class.ilCron.php 6268 2004-12-17 11:19:31Z smeyer
Author:
Stefan Meyer <smeyer@databay.de>
Version:
Id:
class.ilCronClients.php 6268 2004-12-17 11:19:31Z smeyer

this class offers the language handling for an application. the constructor is called with a small language abbreviation e.g. $lng = new Language("en"); the constructor reads the single-languagefile en.lang and puts this into an array. with e.g. $lng->txt("user_updated"); you can translate a lang-topic into the actual language

Author:
Peter Gabriel <pgabriel@databay.de>
Version:
Id:
class.ilLanguage.php 7983 2005-07-07 15:37:37Z hschottm
Todo:
The DATE field is not set correctly on changes of a language (update, install, your stable). The format functions do not belong in class.Language. Those are also applicable elsewhere. Therefore, they would be better placed in class.Format
Author:
Stefan Kesseler <skesseler@databay.de>
Sascha Hofmann <shofmann@databay.de>
Version:
Id:
class.ilTemplate.php 2699 2003-11-15 16:01:37Z shofmann
Author:
Alex Killing <alex.killing@gmx.de>
Version:
Id:
usr_bookmarks.php 8037 2005-07-13 22:09:57Z akill