Changeset 2252
- Timestamp:
- 03/09/2008 03:27:34 PM (10 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
application/controllers/welcome.php (modified) (1 diff)
-
index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/application/controllers/welcome.php
r2251 r2252 13 13 public function index() 14 14 { 15 echo $foo;16 15 // In Kohana, all views are loaded and treated as objects. 17 16 $welcome = new View('welcome'); -
trunk/index.php
r2251 r2252 97 97 die 98 98 ( 99 '<div id="framework_error"style="width:80%;margin:50px auto;text-align:center;">'.99 '<div style="width:80%;margin:50px auto;text-align:center;">'. 100 100 '<h3>Application Directory Not Found</h3>'. 101 101 '<p>The <code>$kohana_application</code> directory does not exist.</p>'. … … 110 110 die 111 111 ( 112 '<div id="framework_error"style="width:80%;margin:50px auto;text-align:center;">'.112 '<div style="width:80%;margin:50px auto;text-align:center;">'. 113 113 '<h3>System Directory Not Found</h3>'. 114 114 '<p>The <code>$kohana_system</code> directory does not exist.</p>'.
