Changeset 412 for branches/devel/application/controllers/welcome.php
- Timestamp:
- 08/26/2007 02:43:57 PM (16 months ago)
- Files:
-
- 1 modified
-
branches/devel/application/controllers/welcome.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel/application/controllers/welcome.php
r409 r412 5 5 function index() 6 6 { 7 print new View('welcome', array('message' => 'testing calls back to the controller')); 8 9 // $db = new Database(); 10 // print_r ($db); 11 } 12 13 function say_hello() 14 { 15 return '<strong>OMG HI!!!!1</strong>'; 7 $db = new Database(); 8 print_r ($db); 16 9 } 17 10
