Hello,
May be somebody can help us.
We are using on this moment:
- PHP version 4.0.3pl1 on W2000/IIS5
- class.FastTemplate.php3 version 1.1.0.
We have updated the class.FastTemplate.php3 with the PHP4 patch (eg $key = '{'."$key".'}'😉.
We encounter the following problem;
Warning: Undefined property: ROWS in Q:\AC - Product\webserverroot\BInet/classes/class.FastTemplate.php3 on line 303
We are using the example with "main.tpl","table.tpl" and "row.tpl" from the documentation.
It looks like PHP4 is more strict with the variables, and cannot handle $var .= "something" when $var is not initialised.
Is this a problem of our (PHP) environment or is there an updated version of class.FastTemplate.php3?
We like the approach of FastTemplate.
With regards,
Gerald