标签: php cakephp
如何解决cakephp(版本1.2)中的fatal error: call to undefined function __()
fatal error: call to undefined function __()
抛出错误的代码部分是:
if (isset($myproducts)) __('Product List for ' . $user_name); else __('Product List');
感谢任何指导。