/Init.php

Description

Initializes the MIPHPF framework

Should be included in all files using the framework

Includes
require_once (dirname(__FILE__).'/Config.php') (line 14)
require_once (dirname(__FILE__).'/util/Settings.php') (line 13)

Include the config

require_once (dirname(__FILE__).'/util/Loader.php') (line 15)
require_once (dirname(__FILE__).'/const/Consts.php') (line 16)
require_once (dirname(__FILE__).'/util/Param.php') (line 17)
Functions
__autoload (line 30)

Autoloads classes upon usage

void __autoload (string $className)
  • string $className: the class to load

Documentation generated on Thu, 08 May 2008 16:57:28 +0300 by phpDocumentor 1.4.1