예제 #1
0
파일: Tr.php 프로젝트: Gorp/pr
 function tr($id, $lang, $phrase)
 {
     return Model_Lang::getLang($id, $lang, $phrase);
 }