[Solar-svn] Revision 3259
pmjones at solarphp.com
pmjones at solarphp.com
Sun Jul 27 09:34:56 CDT 2008
Solar_Cli_MakeApp: [FIX] Create directories before creating the basic app class.
Modified: trunk/Solar/Cli/MakeApp.php
===================================================================
--- trunk/Solar/Cli/MakeApp.php 2008-07-26 20:27:47 UTC (rev 3258)
+++ trunk/Solar/Cli/MakeApp.php 2008-07-27 14:34:56 UTC (rev 3259)
@@ -109,12 +109,12 @@
$this->_target . str_replace('_', '/', $this->_class)
);
+ // create the View, Locale, Helper, Layout dirs
+ $this->_createDirs();
+
// write the app class itself
$this->_writeAppClass();
- // create the View, Locale, Helper, Layout dirs
- $this->_createDirs();
-
// write Locale/en_US.php
$this->_writeLocale();
More information about the Solar-svn
mailing list