示例#1
0
文件: Tr.php 项目: Gorp/pr
 function tr($id, $lang, $phrase)
 {
     return Model_Lang::getLang($id, $lang, $phrase);
 }