How to resolve this fatal error: call to undefined function __()
in cakephp (version 1.2)
The part of the code that throws the error is:
if (isset($myproducts))
__('Product List for ' . $user_name);
else
__('Product List');
Any guidance is appreciated.