Show
Ignore:
Timestamp:
10/18/2007 10:36:47 PM (14 months ago)
Author:
Shadowhand
Message:

Small fixes:

  • Added ORM example at /orm/
  • Fixed the syntax of Kohana::debug_output()
  • Moved Database benchmarks to Database::query()
  • Fixed profiler to handle new Database benchmark (static) location
  • Database drivers now return the database connection resource instead of TRUE when calling connect()
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Kohana.php

    r846 r848  
    10121012                foreach($params as $var) 
    10131013                { 
    1014                         $output[] = '<pre>'.print_r($var, TRUE).'<pre>'; 
     1014                        $output[] = '<pre>'.print_r($var, TRUE).'</pre>'; 
    10151015                } 
    10161016