refactoring bootstrap process.

This commit is contained in:
Taylor Otwell
2011-08-28 21:33:44 -05:00
parent 1e49001dfc
commit 56044d31f5
9 changed files with 83 additions and 340 deletions

View File

@@ -9,13 +9,6 @@ class Application {
*/
public $request;
/**
* The application input manager.
*
* @var Input
*/
public $input;
/**
* The application configuration manager.
*
@@ -30,25 +23,6 @@ class Application {
*/
public $session;
/**
* The application cache manager.
*
* @var Cache\Driver
*/
public $cache;
/**
* The application database manager.
*/
public $database;
/**
* The application auto-loader.
*
* @var Loader
*/
public $loader;
/**
* The application IoC container.
*