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 7320 2005-04-20 15:44:54Z akill
- Author:
- Alex Killing <alex.killing@gmx.de>
- Version:
- Id:
- class.ilBookmarkFolder.php 7306 2005-04-20 12:26:03Z akill
- Author:
- Peter Gabriel <pgabriel@databay.de>
- Version:
- Id:
- class.ilDBUpdate.php 4410 2004-07-05 16:23:01Z 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 7848 2005-06-14 06:55:39Z akill
public
- Author:
- Stefan Meyer <smeyer@databay.de>
-
Sascha Hofmann <shofmann@databay.de>
- Version:
- Id:
- class.ilErrorHandling.php 5759 2004-11-11 10:21:43Z 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 4576 2004-08-04 13:29:36Z smeyer
- Todo:
- Das Datefeld wird bei Änderungen einer Sprache (update, install, deinstall) nicht richtig gesetzt!!! Die Formatfunktionen gehören 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 6980 2005-03-15 17:13: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 7076 2005-03-30 13:34:57Z 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 6677 2005-02-10 15:36:56Z 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 7968 2005-07-06 16:39:33Z 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 7649 2005-05-23 09:04:25Z smeyer
- 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 7968 2005-07-06 16:39:33Z hschottm
- Todo:
- Das Datefeld wird bei �nderungen einer Sprache (update, install, deinstall) nicht richtig gesetzt!!! Die Formatfunktionen geh�ren nicht in class.Language. Die sind auch woanders einsetzbar!!! Daher->besser 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 4271 2004-06-17 14:40:22Z neiken