/[cvs]/nfo/php/libs/org.netfrag.glib/includes.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/includes.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by joko, Fri Mar 28 06:43:20 2003 UTC revision 1.15 by joko, Sat Apr 5 19:55:24 2003 UTC
# Line 15  Line 15 
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
22     *  added new required file
23     *
24   *  Revision 1.13  2003/03/28 06:43:20  joko   *  Revision 1.13  2003/03/28 06:43:20  joko
25   *  initial commit: php_constants.php   *  initial commit: php_constants.php
26   *   *
# Line 60  Line 66 
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");
   
 // 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!!!
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];

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.15

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed