I was looking at the documentation for Zend Framework after trying to figure out why I was getting no class found
on zend_translate
class after downloading the latest version (2.2.2).
Then, I noticed that the only documentation for it on the zend website is from version 1. Did they remove zend_translate
from version 2? Is it possible to use zend_translate
on version 2? If not, is it recommended and safe to go to the lower version? Maybe it's just under a different name but I don't see the whole functionality of zend_translate
in the new documentation.
This is the only documentation for it (1.12)