[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/web_app/skel/ -> setup.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  
  10  /**

  11   * @package web_app

  12   * @version $Id: setup.php 6011 2007-06-21 13:54:07Z pachanga $

  13   */
  14  set_include_path(dirname(__FILE__) . PATH_SEPARATOR .
  15                   dirname(__FILE__) . '/lib/' . PATH_SEPARATOR);
  16  
  17  if(file_exists(dirname(__FILE__) . '/setup.override.php'))
  18    require_once(dirname(__FILE__) . '/setup.override.php');
  19  
  20  @define('LIMB_VAR_DIR', dirname(__FILE__) . '/var/');
  21  
  22  require_once('limb/core/common.inc.php');
  23  require_once('limb/web_app/common.inc.php');
  24  ?>


Generated: Mon Dec 1 03:56:46 2008 Cross-referenced by PHPXref 0.7