Udating skel directory, doc blocs and the location of the Console package

This commit is contained in:
Jose Lorenzo Rodriguez 2011-03-15 21:53:42 -04:00
parent 2e2f5ea2a5
commit bd2bd4ba22
6 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
/** /**
* This is a placeholder class. * This is a placeholder class.
* Create the same file in app/console/shells/app_shell.php * Create the same file in app/console/shells/AppShell.php
* *
* Add your application-wide methods in the class below, your shells * Add your application-wide methods in the class below, your shells
* will inherit them. * will inherit them.

View file

@ -243,7 +243,7 @@ class App {
'View' => array('%s' . 'views' . DS), 'View' => array('%s' . 'views' . DS),
'View/Helper' => array('%s' . 'views' . DS . 'helpers' . DS), 'View/Helper' => array('%s' . 'views' . DS . 'helpers' . DS),
'Console' => array( 'Console' => array(
'%s' . 'console' . DS . 'shells' . DS, '%s' . 'console' . DS,
'%s' . 'vendors' . DS . 'shells' . DS, '%s' . 'vendors' . DS . 'shells' . DS,
VENDORS . 'shells' . DS VENDORS . 'shells' . DS
), ),