cakephp 2.0中的双下划线

前端之家收集整理的这篇文章主要介绍了cakephp 2.0中的双下划线前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我认为双重下划线总是意味着私有功能,但是在这样的例子中,在cakePHP 2.0中是什么意思
http://book.cakephp.org/2.0/en/tutorials-and-examples/blog-auth-example/auth.html

例如

$this->Session->setFlash(__('The user could not be saved. Please,try again.'));
CakePHP中的双重下划线功能处理本地化.当您想通过提供字符串翻译字典来翻译您的应用程序时使用它.

Cake PHP Book: Global Constants & Functions

另见Internationalization and Localization

原文链接:https://www.f2er.com/php/130364.html

猜你在找的PHP相关文章