[Solar-svn] Revision 3262

pmjones at solarphp.com pmjones at solarphp.com
Sun Jul 27 11:06:59 CDT 2008


system/config: add obvious front-controller configs


Modified: system/config/Solar.config.php
===================================================================
--- system/config/Solar.config.php	2008-07-27 15:59:47 UTC (rev 3261)
+++ system/config/Solar.config.php	2008-07-27 16:06:59 UTC (rev 3262)
@@ -51,6 +51,16 @@
 );
 
 /**
+ * front controller
+ */
+$config['Solar_Controller_Front'] = array(
+    'classes' => array('Solar_App'),
+    'disable'  => array('base'),
+    'default' => 'hello',
+    'routing' => array(),
+);
+
+/**
  * done!
  */
 return $config;




More information about the Solar-svn mailing list