changed application file structure and routing definitions.

This commit is contained in:
Taylor Otwell
2011-08-02 21:23:13 -05:00
parent 32f383205e
commit e40faa1945
6 changed files with 17 additions and 29 deletions

View File

@@ -61,7 +61,7 @@ class View {
{
if (is_null(static::$composers))
{
static::$composers = require APP_PATH.'composers'.EXT;
static::$composers = require VIEW_PATH.'composers'.EXT;
}
$instance = new static($view, $data);