<?php include_once '../doc-typo3-funcs.php'; $doxygen_vars = array( "title" => "TYPO3 4.0.1: typo3_src-4.0.1/typo3/sysext/adodb/ext_localconf.php Source File", "datetime" => "Sat Dec 2 19:22:27 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 Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="classes.html"><span>Classes</span></a></li> <li id="current"><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 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> <u>S</u>earch for </label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="nav"> <a class="el" href="dir_c8daf1ad746050abf985cc546c89e248.html">typo3_src-4.0.1</a> » <a class="el" href="dir_18071ae4545d8b3e0364d30c0659c74a.html">typo3</a> » <a class="el" href="dir_57bf1ed8249c1fd5b014486d01bcb27a.html">sysext</a> » <a class="el" href="dir_e81b1679233d44b74aed493d6fe8e943.html">adodb</a></div> <h1>ext_localconf.php</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <?php <a name="l00002"></a>00002 <span class="keywordflow">if</span> (!defined ('TYPO3_MODE')) die ('Access denied.'); <a name="l00003"></a>00003 <a name="l00004"></a>00004 require_once (<a class="code" href="classt3lib__extMgm.html#f395b211d97293002bbf92c3802392f5">t3lib_extMgm::extPath</a>('adodb').'<span class="keyword">class</span>.<a class="code" href="classtx__adodb__tceforms.html">tx_adodb_tceforms</a>.php'); <a name="l00005"></a>00005 <a name="l00006"></a>00006 <span class="comment">// Register as a data source application if the extension datasources is loaded:</span> <a name="l00007"></a>00007 <span class="keywordflow">if</span> (<a class="code" href="classt3lib__extMgm.html#297116a3b1e17045ff193f170b8c4a29">t3lib_extMgm::isLoaded</a> ('datasources')) { <a name="l00008"></a>00008 require_once (<a class="code" href="classt3lib__extMgm.html#f395b211d97293002bbf92c3802392f5">t3lib_extMgm::extPath</a>('datasources').'<span class="keyword">class</span>.tx_datasources_main.php'); <a name="l00009"></a>00009 $dataSourcesMainObj = &<a class="code" href="classt3lib__div.html#ebd81edfc92886dc4c625fc9fe53595f">t3lib_div::getUserObj</a>('EXT:datasources/<span class="keyword">class</span>.tx_datasources_main.php:&tx_datasources_main'); <a name="l00010"></a>00010 $dataSourcesMainObj->registerApplication ('ADOdb', 'adodb'); <a name="l00011"></a>00011 } <a name="l00012"></a>00012 <a name="l00013"></a>00013 ?> </pre></div><?php include_once '../doc-typo3-funcs.php'; get_footer(); ?>