예제 #1
0
파일: Settings.php 프로젝트: Galihom/phpVMS
 protected function ShowSettings()
 {
     $this->set('allsettings', SettingsData::GetAllSettings());
     $this->render('settings_mainform.tpl');
 }