| 1 |
<? |
<? |
| 2 |
// --------------------------------------------------------------------------- |
/** |
| 3 |
// $Id$ |
* --- boot org.netfrag.glib |
| 4 |
// --------------------------------------------------------------------------- |
* |
| 5 |
// $Log$ |
* @author Andreas Motl <andreas.motl@ilo.de> |
| 6 |
// Revision 1.7 2003/03/03 21:08:47 joko |
* @package org.netfrag.glib |
| 7 |
// updated |
* |
| 8 |
// |
*/ |
| 9 |
// Revision 1.6 2003/02/27 16:35:03 joko |
|
| 10 |
// + include path mungling now done via 'function add_include_path' |
/** |
| 11 |
// |
* <pre> |
| 12 |
// Revision 1.5 2003/02/22 16:17:56 joko |
* $Id$ |
| 13 |
// + include path for new sister library org.netfrag.app |
* |
| 14 |
// + autoloading abstract class for backend-communication |
* $Log$ |
| 15 |
// |
* Revision 1.11 2003/03/11 02:14:17 joko |
| 16 |
// Revision 1.4 2003/02/09 16:52:08 joko |
* + fixed metadata for phpDocumentor |
| 17 |
// + updated, new modules in this library |
* |
| 18 |
// |
* Revision 1.10 2003/03/10 23:24:59 joko |
| 19 |
// Revision 1.3 2003/02/04 08:26:18 joko |
* + fixed metadata for phpDocumentor |
| 20 |
// + fixed comment |
* |
| 21 |
// |
* Revision 1.9 2003/03/10 23:05:24 joko |
| 22 |
// Revision 1.2 2003/02/04 08:25:43 joko |
* + fixed metadata for phpDocumentor |
| 23 |
// + minor modification regarding configuration/resource variable hierarchy |
* |
| 24 |
// |
* Revision 1.8 2003/03/03 22:13:45 joko |
| 25 |
// Revision 1.1 2003/02/03 14:39:58 joko |
* minor update regarding includes |
| 26 |
// + initial commit |
* |
| 27 |
// |
* Revision 1.7 2003/03/03 21:08:47 joko |
| 28 |
// --------------------------------------------------------------------------- |
* updated |
| 29 |
|
* |
| 30 |
|
* Revision 1.6 2003/02/27 16:35:03 joko |
| 31 |
|
* + include path mungling now done via 'function add_include_path' |
| 32 |
|
* |
| 33 |
|
* Revision 1.5 2003/02/22 16:17:56 joko |
| 34 |
|
* + include path for new sister library org.netfrag.app |
| 35 |
|
* + autoloading abstract class for backend-communication |
| 36 |
|
* |
| 37 |
|
* Revision 1.4 2003/02/09 16:52:08 joko |
| 38 |
|
* + updated, new modules in this library |
| 39 |
|
* |
| 40 |
|
* Revision 1.3 2003/02/04 08:26:18 joko |
| 41 |
|
* + fixed comment |
| 42 |
|
* |
| 43 |
|
* Revision 1.2 2003/02/04 08:25:43 joko |
| 44 |
|
* + minor modification regarding configuration/resource variable hierarchy |
| 45 |
|
* |
| 46 |
|
* Revision 1.1 2003/02/03 14:39:58 joko |
| 47 |
|
* + initial commit |
| 48 |
|
* </pre> |
| 49 |
|
* |
| 50 |
|
*/ |
| 51 |
|
|
| 52 |
// some extension functions for php |
// some extension functions for php |
| 53 |
global $PHP_EXTENSIONS_EXPORT; |
global $PHP_EXTENSIONS_EXPORT; |
| 84 |
require_once 'Date.php'; |
require_once 'Date.php'; |
| 85 |
// database... 0.03 execution time for inclusion |
// database... 0.03 execution time for inclusion |
| 86 |
require_once 'DB.php'; |
require_once 'DB.php'; |
|
// rpc - standard |
|
|
require_once 'XML/RPC/RPC.php'; |
|
| 87 |
|
|
| 88 |
$timer->setMarker("pear libraries: ready"); |
$timer->setMarker("pear libraries: ready"); |
| 89 |
|
|
| 117 |
|
|
| 118 |
// core/transport: rpc-xml communication |
// core/transport: rpc-xml communication |
| 119 |
//loadModule('Data::Driver::Proxy'); |
//loadModule('Data::Driver::Proxy'); |
| 120 |
loadModule('Data::Driver::RPC::Remote'); |
//loadModule('Data::Driver::RPC::Remote'); |
| 121 |
|
|
| 122 |
|
|
| 123 |
// ======================================= |
// ======================================= |