コード例 #1
0
ファイル: Settings.php プロジェクト: Galihom/phpVMS
 protected function ShowSettings()
 {
     $this->set('allsettings', SettingsData::GetAllSettings());
     $this->render('settings_mainform.tpl');
 }