[TYPO3-dev] relaease plans for typoe 4.2?

John Angel johnange at gmail.com
Tue May 8 11:55:05 CEST 2007


>> if($some_value>1 || $some_value<10) { $object->render=true; }


> On T3DD07 something like this has been suggested:
>
> object.property.if = {$val1} > 1 or {$val2} < 10


Please compare your "solution" to PHP above. You are reinventing the wheel.

Plus you will have to implement syntax and error checking, which doesn't 
exist. 

Plus it will be always slower than native PHP.




More information about the TYPO3-dev mailing list