Show
Ignore:
Timestamp:
08/26/2007 02:43:57 PM (16 months ago)
Author:
Shadowhand
Message:

Added the start of the Database library and config file

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/devel/application/controllers/welcome.php

    r409 r412  
    55        function index() 
    66        { 
    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); 
    169        } 
    1710