refactoring the view classes.

This commit is contained in:
Taylor Otwell
2011-08-29 00:07:10 -05:00
parent 56044d31f5
commit 9be3d1a54b
4 changed files with 110 additions and 92 deletions

View File

@@ -107,7 +107,7 @@ return array(
{
require_once SYS_PATH.'view'.EXT;
return new View_Factory(require APP_PATH.'composers'.EXT, VIEW_PATH);
return new View_Factory(VIEW_PATH, new View_Composer(require APP_PATH.'composers'.EXT));
}),
/*