/[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.10 by joko, Mon Mar 10 23:24:59 2003 UTC revision 1.14 by joko, Fri Apr 4 17:36:16 2003 UTC
# Line 6  Line 6 
6   * @package org.netfrag.glib   * @package org.netfrag.glib
7   *   *
8   */   */
 function org_netfrag_glib_includes_dummy() { }  
9    
10  // ---------------------------------------------------------------------------  /**
11  //  $Id$   * <b>Cvs-Log:</b>
12  // ---------------------------------------------------------------------------   *
13  //  $Log$   * <pre>
14  //  Revision 1.10  2003/03/10 23:24:59  joko   *
15  //  + fixed metadata for phpDocumentor   *  $Id$
16  //   *
17  //  Revision 1.9  2003/03/10 23:05:24  joko   *  $Log$
18  //  + fixed metadata for phpDocumentor   *  Revision 1.14  2003/04/04 17:36:16  joko
19  //   *  added new required file
20  //  Revision 1.8  2003/03/03 22:13:45  joko   *
21  //  minor update regarding includes   *  Revision 1.13  2003/03/28 06:43:20  joko
22  //   *  initial commit: php_constants.php
23  //  Revision 1.7  2003/03/03 21:08:47  joko   *
24  //  updated   *  Revision 1.12  2003/03/11 02:23:02  joko
25  //   *  + fixed metadata for phpDocumentor
26  //  Revision 1.6  2003/02/27 16:35:03  joko   *
27  //  + include path mungling now done via 'function add_include_path'   *  Revision 1.11  2003/03/11 02:14:17  joko
28  //   *  + fixed metadata for phpDocumentor
29  //  Revision 1.5  2003/02/22 16:17:56  joko   *
30  //  + include path for new sister library org.netfrag.app   *  Revision 1.10  2003/03/10 23:24:59  joko
31  //  + autoloading abstract class for backend-communication   *  + fixed metadata for phpDocumentor
32  //   *
33  //  Revision 1.4  2003/02/09 16:52:08  joko   *  Revision 1.9  2003/03/10 23:05:24  joko
34  //  + updated, new modules in this library   *  + fixed metadata for phpDocumentor
35  //   *
36  //  Revision 1.3  2003/02/04 08:26:18  joko   *  Revision 1.8  2003/03/03 22:13:45  joko
37  //  + fixed comment   *  minor update regarding includes
38  //   *
39  //  Revision 1.2  2003/02/04 08:25:43  joko   *  Revision 1.7  2003/03/03 21:08:47  joko
40  //  + minor modification regarding configuration/resource variable hierarchy   *  updated
41  //   *
42  //  Revision 1.1  2003/02/03 14:39:58  joko   *  Revision 1.6  2003/02/27 16:35:03  joko
43  //  + initial commit   *  + include path mungling now done via 'function add_include_path'
44  //   *
45  // ---------------------------------------------------------------------------   *  Revision 1.5  2003/02/22 16:17:56  joko
46     *  + include path for new sister library org.netfrag.app
47     *  + autoloading abstract class for backend-communication
48     *
49     *  Revision 1.4  2003/02/09 16:52:08  joko
50     *  + updated, new modules in this library
51     *
52     *  Revision 1.3  2003/02/04 08:26:18  joko
53     *  + fixed comment
54     *
55     *  Revision 1.2  2003/02/04 08:25:43  joko
56     *  + minor modification regarding configuration/resource variable hierarchy
57     *
58     *  Revision 1.1  2003/02/03 14:39:58  joko
59     *  + initial commit
60     *
61     * </pre>
62     *
63     */
64    
65    
66    // some constant handling extension functions for php
67      require_once("php_constants.php");
68      require_once("php_errors.php");
69    
70  // some extension functions for php  // some extension functions for php
71    global $PHP_EXTENSIONS_EXPORT;    global $PHP_EXTENSIONS_EXPORT;
# Line 57  function org_netfrag_glib_includes_dummy Line 78  function org_netfrag_glib_includes_dummy
78    //exit;    //exit;
79            
80  // tune libpath  // tune libpath
81      // FIXME: enhance! use constants here!!!
82    $smarty = $config['_startup'][path][lib][smarty];    $smarty = $config['_startup'][path][lib][smarty];
83    $pear = $config['_startup'][path][lib][pear];    $pear = $config['_startup'][path][lib][pear];
84    $flib = $config['_startup'][path][lib][flib];    $flib = $config['_startup'][path][lib][flib];

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.14

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