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