View Single Post
Old 11-01-2008, 01:24 PM   #2 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

First thing that crosses my mind, is why you mix PHP5 with PHP4?
PHP Code:
//PHP4
var $output;

//PHP5
public function newTemplate($templateFile) {
// ...

__________________
Tanax is offline