AnonSec Team
Server IP : 127.0.0.1  /  Your IP : 127.0.0.1
Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3
System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586
User : GerbangSIPAD ( 0)
PHP Version : 5.6.3
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  C:/xampp5/htdocs/bhumie/upload/../protected/models/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : C:/xampp5/htdocs/bhumie/upload/../protected/models/DummyForm.php
<?php
/**
 * DummyForm class.
 * DummyForm is the data structure for keeping dummy test data only.
 */
class DummyForm extends CFormModel
{
	public $firstname;
	public $lastname;
	public $email;
	public $webpage;
	public $country_id;
	public $eyecolor_code;
	public $gender_code;
	public $lang_et;
	public $lang_en;
	public $lang_de;
	public $lang_ru;
	public $lang_es;
	public $lang_fi;
	public $persons;
        public $kd_blok;
        public $kd_znt;

	public $tgl_awal;
	public $tgl_akhir;
	/**
	 * Declares the validation rules.
	 */
	public function rules()
	{
		return array(
			array('kd_blok, kd_znt', 'required'),
		);
	}

	/**
	 * Declares customized attribute labels.
	 * If not declared here, an attribute would have a label that is
	 * the same as its name with the first letter in upper case.
	 */
	public function attributeLabels()
	{
		return array(
			'firstname' => Yii::t('ui', 'Firstname'),
			'lastname' => Yii::t('ui', 'Lastname'),
			'email' => Yii::t('ui', 'Email'),
			'webpage' => Yii::t('ui', 'Webpage'),
			'country_id' => Yii::t('ui', 'Country'),
			'eyecolor_code' => Yii::t('ui', 'Eyecolor'),
			'gender_code' => Yii::t('ui', 'Gender'),
			'lang_et' => Yii::t('ui', 'Estonian'),
			'lang_en' => Yii::t('ui', 'English'),
			'lang_de' => Yii::t('ui', 'German'),
			'lang_ru' => Yii::t('ui', 'Russian'),
			'lang_es' => Yii::t('ui', 'Spanish'),
			'lang_fi' => Yii::t('ui', 'Finnish'),
			'persons' => Yii::t('ui', 'Persons'),
		);
	}
}

AnonSec - 2021