Exemplo n.º 1
0
Arquivo: Tr.php Projeto: Gorp/pr
 function tr($id, $lang, $phrase)
 {
     return Model_Lang::getLang($id, $lang, $phrase);
 }