11-01-2008, 01:24 PM
|
#2 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
First thing that crosses my mind, is why you mix PHP5 with PHP4?
PHP Code:
//PHP4 var $output;
//PHP5 public function newTemplate($templateFile) { // ... }
__________________
|
|
|
|