[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/config/src/ -> lmbFakeIni.class.php (source)

   1  <?php
   2  /*
   3   * Limb PHP Framework
   4   *
   5   * @link http://limb-project.com 
   6   * @copyright  Copyright &copy; 2004-2007 BIT(http://bit-creative.com)
   7   * @license    LGPL http://www.gnu.org/copyleft/lesser.html 
   8   */
   9  lmb_require('limb/config/src/lmbIni.class.php');
  10  
  11  /**

  12   * class lmbFakeIni.

  13   *

  14   * @package config

  15   * @version $Id$

  16   */
  17  class lmbFakeIni extends lmbIni
  18  {
  19    function __construct($contents)
  20    {
  21      $this->_parseLines(explode("\n", $contents));
  22    }
  23  }
  24  
  25  ?>


Generated: Sat Sep 6 04:46:52 2008 Cross-referenced by PHPXref 0.7