예제 #1
0
파일: prefs.php 프로젝트: jeanvoye/utb
 public function doDisplay()
 {
     $res = new ezcMvcResult();
     $res->variables['prefs'] = shareApp::fetchCurrentPrefs();
     return $res;
 }