Documentation TYPO3 par Ameos |
00001 <?php 00002 /* $Id: berkeleydb.lib.php,v 2.0 2005/03/05 13:24:28 rabus Exp $ */ 00003 // vim: expandtab sw=4 ts=4 sts=4: 00004 00005 include_once('./libraries/engines/bdb.lib.php'); 00006 class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb {} 00007 00008 ?>