Source for file index.php
Documentation is available at index.php
/* -------------------------------------------------------------------------- */
/* Date Vsn Author Description */
/* -------------------------------------------------------------------------- */
/* 18/02/09 1.0 S.Lindo Initial version. */
/* -------------------------------------------------------------------------- */
* Central entry point to the website
// APPLICATION_PATH is a constant pointing to our application subdirectory.
// We use this to add our "library" directory to the include_path, so that
// PHP can find our Zend Framework classes.
define('APPLICATION_PATH', realpath(dirname(__FILE__
) .
'/../application/'));
require
("../application/Bootstrap.php");
Documentation generated on Fri, 27 Mar 2009 13:48:35 +0000 by phpDocumentor 1.4.1