About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
legacy:vufind_1.x_developer_manual:system_classes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
system_classes [2011/02/15 19:59] demiankatzsystem_classes [2011/03/16 20:48] demiankatz
Line 16: Line 16:
  
 This section details the actual files and classes available under web/sys.  This is only an overview, and information of this nature tends to become stale quickly, so look at the code itself for more details and to check for additional modules beyond the ones documented here. This section details the actual files and classes available under web/sys.  This is only an overview, and information of this nature tends to become stale quickly, so look at the code itself for more details and to check for additional modules beyond the ones documented here.
 +
 +
 +
  
  
Line 30: Line 33:
  
 ==== General Purpose ==== ==== General Purpose ====
 +
 +=== Autoloader.php ===
 +
 +Not currently formatted as a class, this file contains a single function for autoloading classes.
  
 === Cart_Model.php === === Cart_Model.php ===
Line 38: Line 45:
  
 The CitationBuilder class is used to build APA and MLA citations for use in the VuFind interface. The CitationBuilder class is used to build APA and MLA citations for use in the VuFind interface.
 +
 +=== ConfigArray.php ===
 +
 +Not currently formatted as a class, this module contains an assortment of stand-alone functions for dealing with configuration files.
  
 === ConnectionManager.php === === ConnectionManager.php ===
Line 70: Line 81:
  
 This file contains wrapper classes used for sending email and text messages from within VuFind. This file contains wrapper classes used for sending email and text messages from within VuFind.
 +
 +=== OpenLibraryUtils.php ===
 +
 +Utility functions for interfacing with the [[http://openlibrary.org/dev|Open Library API]].
 +
 +=== Oracle_Connection.php ===
 +
 +Database wrapper for Oracle access (currently used only by the Virtua ILS driver; not recommended for other purposes at this time).
  
 === Pager.php === === Pager.php ===
legacy/vufind_1.x_developer_manual/system_classes.txt · Last modified: 2018/12/19 14:18 by demiankatz