[ Index ]

PHP Cross Reference of Akelos Framework

title

Body

[close]

/AkConfig/ -> AkPhpConfigFile.php (source)

   1  <?php
   2  /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
   3  
   4  // WARNING THIS CODE IS EXPERIMENTAL
   5  
   6  // +----------------------------------------------------------------------+
   7  // | Akelos Framework - http://www.akelos.org                             |
   8  // +----------------------------------------------------------------------+
   9  // | Copyright (c) 2002-2006, Akelos Media, S.L.  & Bermi Ferrer Martinez |
  10  // | Released under the GNU Lesser General Public License, see LICENSE.txt|
  11  // +----------------------------------------------------------------------+
  12  
  13  /**
  14   * @package ActiveSupport
  15   * @subpackage Experimental
  16   * @author Bermi Ferrer <bermi a.t akelos c.om>
  17   * @copyright Copyright (c) 2002-2006, Akelos Media, S.L. http://www.akelos.org
  18   * @license GNU Lesser General Public License <http://www.gnu.org/copyleft/lesser.html>
  19   */
  20  
  21  /**
  22   * @todo Add
  23   *
  24   */
  25  
  26  class AkPhpConfigFile
  27  {
  28      function getAll()
  29      {
  30          if(!empty($_SESSION['__ak_config'])){
  31              return $_SESSION['__ak_config'];
  32          }
  33          include(AK_CONFIG_DIR.DS.'');
  34      }
  35  }
  36  
  37  ?>


Generated: Mon Oct 27 12:43:49 2008 Cross-referenced by PHPXref 0.6