コード例 #1
0
ファイル: Usuario.php プロジェクト: jcanevello/sav
 public static function getNombre($id)
 {
     return Model_Auth_Usuario::getNombre($id);
 }