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