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

Diff of /nfo/php/libs/org.netfrag.glib/Application/Config.php

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

revision 1.4 by joko, Sun Feb 9 17:03:35 2003 UTC revision 1.5 by joko, Mon Mar 3 21:11:01 2003 UTC
# Line 3  Line 3 
3  //  $Id$  //  $Id$
4  // ---------------------------------------------------------------------------  // ---------------------------------------------------------------------------
5  //  $Log$  //  $Log$
6    //  Revision 1.5  2003/03/03 21:11:01  joko
7    //  mungled the namespaces
8    //
9  //  Revision 1.4  2003/02/09 17:03:35  joko  //  Revision 1.4  2003/02/09 17:03:35  joko
10  //  + additional get-/setter methods  //  + additional get-/setter methods
11  //  //
# Line 52  class Application_Config { Line 55  class Application_Config {
55      foreach ($this->_store[_init][configkeys] as $configKey) {      foreach ($this->_store[_init][configkeys] as $configKey) {
56        //$this->_store[runtime] = array_merge($this->_store[runtime], $this->_store[$configKey]);        //$this->_store[runtime] = array_merge($this->_store[runtime], $this->_store[$configKey]);
57        //$this->_store[runtime] = array_merge_recursive($this->_store[runtime], $this->_store[$configKey]);        //$this->_store[runtime] = array_merge_recursive($this->_store[runtime], $this->_store[$configKey]);
58        $this->_store[runtime] = array_join_merge($this->_store[runtime], $this->_store[$configKey]);        $this->_store[runtime] = php::array_join_merge($this->_store[runtime], $this->_store[$configKey]);
59      }      }
60      //print Dumper($this);      //print Dumper($this);
61    }    }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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