Hi,
I tried to use your php class to translate my webcontent but I receve a php error, T_STATIC error.
Do you know why? I am using php 5, maybe is it a version issue?
Ivan - 2012-07-20 17:26:52 - In reply to message 1 from rosario
Thanks for feedback! This error occured because you use PHP with version below then 5.3. It doesn't support keyword 'static'. Older versions use 'self' instead. I did mistake in description, sorry :(.
I've updated 2 files (EDictionary.php and adapters/ETAdapterYandexDict.php) to support PHP5.2 (replaced 'static::' with 'self::'). Try it please :)