<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html; charset=ISO-8859-15" http-equiv="content-type"> <title>Other libraries</title> <link rel="stylesheet" type="text/css" href="style/layout.css"> </head> <body> <h1 style="text-align: center;">Other libraries<br> </h1> <br> <h2><a name="lamdaemon"></a>Lamdaemon (lamdaemon.pl)<br> </h2> <br> <h2><a name="cache"></a>LDAP cache (cache.inc)</h2> <br> <h2><a name="lists"></a>Account lists (lists.inc)</h2> This file provides basic functions used by the account lists. They cover major parts of the HTML output.<br> There is also one list of LDAP attribute descriptions per account type. They allow to have translated descriptions of the most common attributes.<br> <br> <h2><a name="status"></a>Status messages (status.inc)</h2> Status.inc provides the function <span style="font-weight: bold; font-style: italic;">StatusMessage()</span> which can be used to display error, warning and information messages.<br> The function uses preg_replace() to convert the special tags to HTML tags. The message variables are included with printf().<br> <br> The parameters of <span style="font-weight: bold; font-style: italic;">StatusMessage() </span>are described in the developer FAQ.<br> <br> <h2><a name="treeSchema"></a>Tree view and schema browser</h2> The files tree.inc and schema.inc contain functions which are needed by the tree view and the schema browser.<br> These functions were copied from <a href="http://sourceforge.net/projects/phpldapadmin/">phpLDAPadmin</a> (PLA).<br> <br> <ul> <li><span style="font-weight: bold;">tree.inc:</span> tree functions (from functions.php and some other files in PLA)</li> <li><span style="font-weight: bold;">schema.inc:</span> for schema browser (from schema_functions.php in PLA)<br> </li> </ul> </body> </html>