In short.. question is... \"Say what?\" To expand... \"I don\'t get the error\"
Strict Standards: Non-static method Pyro\\Template::preLoad() should not b
preLoad function isn't static. ti should look like this:
public static function preLoad($template, $page) { ob_start(); include( VIEWS . "{$template}.php"); $buffer = ob_get_contents(); @ob_end_clean(); return $buffer; }