| 15 |
* $Id$ |
* $Id$ |
| 16 |
* |
* |
| 17 |
* $Log$ |
* $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 |
* Revision 1.14 2003/04/04 17:36:16 joko |
| 22 |
* added new required file |
* added new required file |
| 23 |
* |
* |
| 66 |
*/ |
*/ |
| 67 |
|
|
| 68 |
|
|
| 69 |
// some constant handling extension functions for php |
// utility- and helper functions- and classes |
| 70 |
require_once("php_constants.php"); |
require_once("utils/includes.php"); |
|
require_once("php_errors.php"); |
|
|
|
|
|
// 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' ); |
|
|
|
|
|
require_once("php_extensions.php"); |
|
|
//$php->Dumper_mode = HTML; |
|
|
//exit; |
|
| 71 |
|
|
| 72 |
// tune libpath |
// tune libpath |
| 73 |
// FIXME: enhance! use constants here!!! |
// FIXME: enhance! use constants here!!! |