modular refactoring on the configuration and module classes.

This commit is contained in:
Taylor Otwell
2011-08-18 23:48:51 -05:00
parent d9f2ba84c9
commit a440f0e185
3 changed files with 30 additions and 8 deletions

View File

@@ -46,6 +46,9 @@ class Config {
*
* // Get the SQLite database connection configuration
* $sqlite = Config::get('db.connections.sqlite');
*
* // Get a configuration item from a module configuration file
* $option = Config::get('module::file.option');
* </code>
*
* @param string $key