| 1 |
<? |
<? |
| 2 |
// --------------------------------------------------------------------------- |
/** |
| 3 |
// $Id$ |
* --- boot org.netfrag.glib |
| 4 |
// --------------------------------------------------------------------------- |
* |
| 5 |
// $Log$ |
* @author Andreas Motl <andreas.motl@ilo.de> |
| 6 |
// Revision 1.8 2003/03/03 22:13:45 joko |
* @package org.netfrag.glib |
| 7 |
// minor update regarding includes |
* |
| 8 |
// |
*/ |
|
// Revision 1.7 2003/03/03 21:08:47 joko |
|
|
// updated |
|
|
// |
|
|
// Revision 1.6 2003/02/27 16:35:03 joko |
|
|
// + include path mungling now done via 'function add_include_path' |
|
|
// |
|
|
// Revision 1.5 2003/02/22 16:17:56 joko |
|
|
// + include path for new sister library org.netfrag.app |
|
|
// + autoloading abstract class for backend-communication |
|
|
// |
|
|
// Revision 1.4 2003/02/09 16:52:08 joko |
|
|
// + updated, new modules in this library |
|
|
// |
|
|
// Revision 1.3 2003/02/04 08:26:18 joko |
|
|
// + fixed comment |
|
|
// |
|
|
// Revision 1.2 2003/02/04 08:25:43 joko |
|
|
// + minor modification regarding configuration/resource variable hierarchy |
|
|
// |
|
|
// Revision 1.1 2003/02/03 14:39:58 joko |
|
|
// + initial commit |
|
|
// |
|
|
// --------------------------------------------------------------------------- |
|
| 9 |
|
|
| 10 |
|
/** |
| 11 |
|
* <b>Cvs-Log:</b> |
| 12 |
|
* |
| 13 |
|
* <pre> |
| 14 |
|
* |
| 15 |
|
* $Id$ |
| 16 |
|
* |
| 17 |
|
* $Log$ |
| 18 |
|
* Revision 1.15 2003/04/05 19:55:24 joko |
| 19 |
|
* moved some code to utils/includes.php |
| 20 |
|
* |
| 21 |
|
* Revision 1.14 2003/04/04 17:36:16 joko |
| 22 |
|
* added new required file |
| 23 |
|
* |
| 24 |
|
* Revision 1.13 2003/03/28 06:43:20 joko |
| 25 |
|
* initial commit: php_constants.php |
| 26 |
|
* |
| 27 |
|
* Revision 1.12 2003/03/11 02:23:02 joko |
| 28 |
|
* + fixed metadata for phpDocumentor |
| 29 |
|
* |
| 30 |
|
* Revision 1.11 2003/03/11 02:14:17 joko |
| 31 |
|
* + fixed metadata for phpDocumentor |
| 32 |
|
* |
| 33 |
|
* Revision 1.10 2003/03/10 23:24:59 joko |
| 34 |
|
* + fixed metadata for phpDocumentor |
| 35 |
|
* |
| 36 |
|
* Revision 1.9 2003/03/10 23:05:24 joko |
| 37 |
|
* + fixed metadata for phpDocumentor |
| 38 |
|
* |
| 39 |
|
* Revision 1.8 2003/03/03 22:13:45 joko |
| 40 |
|
* minor update regarding includes |
| 41 |
|
* |
| 42 |
|
* Revision 1.7 2003/03/03 21:08:47 joko |
| 43 |
|
* updated |
| 44 |
|
* |
| 45 |
|
* Revision 1.6 2003/02/27 16:35:03 joko |
| 46 |
|
* + include path mungling now done via 'function add_include_path' |
| 47 |
|
* |
| 48 |
|
* Revision 1.5 2003/02/22 16:17:56 joko |
| 49 |
|
* + include path for new sister library org.netfrag.app |
| 50 |
|
* + autoloading abstract class for backend-communication |
| 51 |
|
* |
| 52 |
|
* Revision 1.4 2003/02/09 16:52:08 joko |
| 53 |
|
* + updated, new modules in this library |
| 54 |
|
* |
| 55 |
|
* Revision 1.3 2003/02/04 08:26:18 joko |
| 56 |
|
* + fixed comment |
| 57 |
|
* |
| 58 |
|
* Revision 1.2 2003/02/04 08:25:43 joko |
| 59 |
|
* + minor modification regarding configuration/resource variable hierarchy |
| 60 |
|
* |
| 61 |
|
* Revision 1.1 2003/02/03 14:39:58 joko |
| 62 |
|
* + initial commit |
| 63 |
|
* |
| 64 |
|
* </pre> |
| 65 |
|
* |
| 66 |
|
*/ |
| 67 |
|
|
|
// some extension functions for php |
|
|
global $PHP_EXTENSIONS_EXPORT; |
|
|
//$PHP_EXTENSIONS_EXPORT = array( 'loadModule', array('mkObject' => 'mkInstance') ); |
|
|
$PHP_EXTENSIONS_EXPORT = array( 'loadModule', array('mkComponent' => 'mkObject') ); |
|
|
//$PHP_EXTENSIONS_EXPORT = array( 'loadModule' ); |
|
| 68 |
|
|
| 69 |
require_once("php_extensions.php"); |
// utility- and helper functions- and classes |
| 70 |
//$php->Dumper_mode = HTML; |
require_once("utils/includes.php"); |
|
//exit; |
|
| 71 |
|
|
| 72 |
// tune libpath |
// tune libpath |
| 73 |
|
// FIXME: enhance! use constants here!!! |
| 74 |
$smarty = $config['_startup'][path][lib][smarty]; |
$smarty = $config['_startup'][path][lib][smarty]; |
| 75 |
$pear = $config['_startup'][path][lib][pear]; |
$pear = $config['_startup'][path][lib][pear]; |
| 76 |
$flib = $config['_startup'][path][lib][flib]; |
$flib = $config['_startup'][path][lib][flib]; |