예제 #1
0
파일: Usuario.php 프로젝트: jcanevello/sav
 public static function getNombre($id)
 {
     return Model_Auth_Usuario::getNombre($id);
 }