| 1 |
<? |
<? |
| 2 |
|
/** |
| 3 |
|
* --- boot org.netfrag.glib |
| 4 |
|
* |
| 5 |
|
* @author Andreas Motl <andreas.motl@ilo.de> |
| 6 |
|
* @package org.netfrag.glib |
| 7 |
|
* |
| 8 |
|
*/ |
| 9 |
|
function org_netfrag_glib_includes_dummy() { } |
| 10 |
|
|
| 11 |
// --------------------------------------------------------------------------- |
// --------------------------------------------------------------------------- |
| 12 |
// $Id$ |
// $Id$ |
| 13 |
// --------------------------------------------------------------------------- |
// --------------------------------------------------------------------------- |
| 14 |
// $Log$ |
// $Log$ |
| 15 |
|
// Revision 1.10 2003/03/10 23:24:59 joko |
| 16 |
|
// + fixed metadata for phpDocumentor |
| 17 |
|
// |
| 18 |
|
// Revision 1.9 2003/03/10 23:05:24 joko |
| 19 |
|
// + fixed metadata for phpDocumentor |
| 20 |
|
// |
| 21 |
|
// Revision 1.8 2003/03/03 22:13:45 joko |
| 22 |
|
// minor update regarding includes |
| 23 |
|
// |
| 24 |
// Revision 1.7 2003/03/03 21:08:47 joko |
// Revision 1.7 2003/03/03 21:08:47 joko |
| 25 |
// updated |
// updated |
| 26 |
// |
// |
| 81 |
require_once 'Date.php'; |
require_once 'Date.php'; |
| 82 |
// database... 0.03 execution time for inclusion |
// database... 0.03 execution time for inclusion |
| 83 |
require_once 'DB.php'; |
require_once 'DB.php'; |
|
// rpc - standard |
|
|
require_once 'XML/RPC/RPC.php'; |
|
| 84 |
|
|
| 85 |
$timer->setMarker("pear libraries: ready"); |
$timer->setMarker("pear libraries: ready"); |
| 86 |
|
|
| 114 |
|
|
| 115 |
// core/transport: rpc-xml communication |
// core/transport: rpc-xml communication |
| 116 |
//loadModule('Data::Driver::Proxy'); |
//loadModule('Data::Driver::Proxy'); |
| 117 |
loadModule('Data::Driver::RPC::Remote'); |
//loadModule('Data::Driver::RPC::Remote'); |
| 118 |
|
|
| 119 |
|
|
| 120 |
// ======================================= |
// ======================================= |