<?php
  include_once '../doc-typo3-funcs.php';
  $doxygen_vars = array(	"title" => "TYPO3 4.0.1: Auth Namespace Reference",
				"datetime" => "Sat Dec 2 19:27:42 2006",
				"date" => "2 Dec 2006",
				"doxygenversion" => "1.4.6",
				"projectname" => "TYPO3 4.0.1",
				"projectnumber" => "4.0.1"
			);
  get_header($doxygen_vars);
?>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li id="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<h1>Auth Namespace Reference</h1>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Storage driver for fetching login data from a database using ADOdb-PHP.<p>
This storage driver can use all databases which are supported by the ADBdb <a class="el" href="classDB.html">DB</a> abstraction layer to fetch login data. See <a href="http://php.weblogs.com/adodb">http://php.weblogs.com/adodb</a> for information on ADOdb. NOTE: The ADOdb directory MUST be in your PHP include_path!<p>
<dl compact><dt><b>Author:</b></dt><dd>Richard Tango-Lowy &lt;<a href="mailto:richtl@arscognita.com">richtl@arscognita.com</a>&gt;</dd></dl>
<dl compact><dt><b>Version:</b></dt><dd><dl compact><dt><b>Revision</b></dt><dd>1562 </dd></dl>
</dd></dl>

<p>
<?php
  include_once '../doc-typo3-funcs.php';
  get_footer();
?>