|
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 ] |
|---|
<?php
/**
* This is the model class for table "pbb.temp_data_op".
*
* The followings are the available columns in table 'pbb.temp_data_op':
* @property string $kd_kanwil
* @property string $kd_kantor
* @property string $thn_pelayanan
* @property string $bundel_pelayanan
* @property string $no_urut_pelayanan
* @property string $kd_propinsi_pemohon
* @property string $kd_dati2_pemohon
* @property string $kd_kecamatan_pemohon
* @property string $kd_kelurahan_pemohon
* @property string $kd_blok_pemohon
* @property string $no_urut_pemohon
* @property string $kd_jns_op_pemohon
* @property string $temp_jns_data
* @property integer $temp_siklus_sppt
* @property string $temp_nm_wp
* @property string $temp_jalan_op
* @property string $temp_blok_kav_no_op
* @property string $temp_rw_op
* @property string $temp_rt_op
* @property string $temp_jalan_wp
* @property string $temp_blok_kav_no_wp
* @property string $temp_rw_wp
* @property string $temp_rt_wp
* @property string $temp_kelurahan_wp
* @property string $temp_kota_wp
* @property string $temp_kd_pos_wp
* @property string $temp_npwp
* @property string $temp_subjek_pajak_id
* @property string $kd_kls_tanah
* @property string $thn_awal_kls_tanah
* @property string $kd_kls_bng
* @property string $thn_awal_kls_bng
* @property string $temp_luas_bumi
* @property string $temp_luas_bangunan
* @property string $temp_njop_bumi
* @property string $temp_njop_bangunan
* @property string $temp_njop
* @property string $temp_njoptkp
* @property string $temp_pbb_terhutang
* @property string $temp_besar_denda
* @property string $temp_faktor_pengurang
* @property string $temp_pbb_yg_harus_dibayar
* @property string $temp_tgl_jatuh_tempo
* @property integer $createdby
* @property string $createdtime
* @property integer $updatedby
* @property string $updatedtime
*/
class TempDataOp extends CBhumieRecord
{
public $pengurangan;
public $f_kurang;
public $pbb_yg_bayar;
/**
* Returns the static model of the specified AR class.
* @param string $className active record class name.
* @return TempDataOp the static model class
*/
public static function model($className=__CLASS__)
{
return parent::model($className);
}
/**
* @return string the associated database table name
*/
public function tableName()
{
return 'pbb.temp_data_op';
}
/**
* @return array validation rules for model attributes.
*/
public function rules()
{
// NOTE: you should only define rules for those attributes that
// will receive user inputs.
return array(
array('kd_kanwil, kd_kantor, thn_pelayanan, bundel_pelayanan, no_urut_pelayanan, kd_propinsi_pemohon, kd_dati2_pemohon, kd_kecamatan_pemohon, kd_kelurahan_pemohon, kd_blok_pemohon, no_urut_pemohon, kd_jns_op_pemohon, temp_jns_data, temp_siklus_sppt, temp_nm_wp, temp_jalan_op, temp_jalan_wp, temp_subjek_pajak_id, kd_kls_tanah, thn_awal_kls_tanah, kd_kls_bng, thn_awal_kls_bng, temp_luas_bumi, temp_luas_bangunan, temp_njop_bumi, temp_njop_bangunan, temp_njop, temp_njoptkp, temp_pbb_terhutang, temp_pbb_yg_harus_dibayar, temp_tgl_jatuh_tempo', 'required'),
array('temp_siklus_sppt', 'numerical', 'integerOnly'=>true),
array('kd_kanwil, kd_kantor, kd_propinsi_pemohon, kd_dati2_pemohon, temp_rw_op, temp_rw_wp', 'length', 'max'=>2),
array('thn_pelayanan, bundel_pelayanan, no_urut_pemohon, thn_awal_kls_tanah, thn_awal_kls_bng', 'length', 'max'=>4),
array('no_urut_pelayanan, kd_kecamatan_pemohon, kd_kelurahan_pemohon, kd_blok_pemohon, temp_rt_op, temp_rt_wp, kd_kls_tanah, kd_kls_bng', 'length', 'max'=>3),
array('kd_jns_op_pemohon, temp_jns_data', 'length', 'max'=>1),
array('temp_nm_wp, temp_jalan_op, temp_jalan_wp, temp_kelurahan_wp, temp_kota_wp, temp_subjek_pajak_id', 'length', 'max'=>30),
array('temp_blok_kav_no_op, temp_blok_kav_no_wp, temp_npwp', 'length', 'max'=>15),
array('temp_kd_pos_wp', 'length', 'max'=>5),
array('temp_besar_denda, temp_faktor_pengurang', 'safe'),
// The following rule is used by search().
// Please remove those attributes that should not be searched.
array('kd_kanwil, kd_kantor, thn_pelayanan, bundel_pelayanan, no_urut_pelayanan, kd_propinsi_pemohon, kd_dati2_pemohon, kd_kecamatan_pemohon, kd_kelurahan_pemohon, kd_blok_pemohon, no_urut_pemohon, kd_jns_op_pemohon, temp_jns_data, temp_siklus_sppt, temp_nm_wp, temp_jalan_op, temp_blok_kav_no_op, temp_rw_op, temp_rt_op, temp_jalan_wp, temp_blok_kav_no_wp, temp_rw_wp, temp_rt_wp, temp_kelurahan_wp, temp_kota_wp, temp_kd_pos_wp, temp_npwp, temp_subjek_pajak_id, kd_kls_tanah, thn_awal_kls_tanah, kd_kls_bng, thn_awal_kls_bng, temp_luas_bumi, temp_luas_bangunan, temp_njop_bumi, temp_njop_bangunan, temp_njop, temp_njoptkp, temp_pbb_terhutang, temp_besar_denda, temp_faktor_pengurang, temp_pbb_yg_harus_dibayar, temp_tgl_jatuh_tempo, createdby, createdtime, updatedby, updatedtime', 'safe', 'on'=>'search'),
);
}
/**
* @return array relational rules.
*/
public function relations()
{
// NOTE: you may need to adjust the relation name and the related
// class name for the relations automatically generated below.
return array(
);
}
/**
* @return array customized attribute labels (name=>label)
*/
public function attributeLabels()
{
return array(
'kd_kanwil' => 'Kd Kanwil',
'kd_kantor' => 'Kd Kantor',
'thn_pelayanan' => 'Thn Pelayanan',
'bundel_pelayanan' => 'Bundel Pelayanan',
'no_urut_pelayanan' => 'No Urut Pelayanan',
'kd_propinsi_pemohon' => 'Kd Propinsi Pemohon',
'kd_dati2_pemohon' => 'Kd Dati2 Pemohon',
'kd_kecamatan_pemohon' => 'Kd Kecamatan Pemohon',
'kd_kelurahan_pemohon' => 'Kd Kelurahan Pemohon',
'kd_blok_pemohon' => 'Kd Blok Pemohon',
'no_urut_pemohon' => 'No Urut Pemohon',
'kd_jns_op_pemohon' => 'Kd Jns Op Pemohon',
'temp_jns_data' => 'Temp Jns Data',
'temp_siklus_sppt' => 'Temp Siklus Sppt',
'temp_nm_wp' => 'Temp Nm Wp',
'temp_jalan_op' => 'Temp Jalan Op',
'temp_blok_kav_no_op' => 'Temp Blok Kav No Op',
'temp_rw_op' => 'Temp Rw Op',
'temp_rt_op' => 'Temp Rt Op',
'temp_jalan_wp' => 'Temp Jalan Wp',
'temp_blok_kav_no_wp' => 'Temp Blok Kav No Wp',
'temp_rw_wp' => 'Temp Rw Wp',
'temp_rt_wp' => 'Temp Rt Wp',
'temp_kelurahan_wp' => 'Temp Kelurahan Wp',
'temp_kota_wp' => 'Temp Kota Wp',
'temp_kd_pos_wp' => 'Temp Kd Pos Wp',
'temp_npwp' => 'Temp Npwp',
'temp_subjek_pajak_id' => 'Temp Subjek Pajak',
'kd_kls_tanah' => 'Kd Kls Tanah',
'thn_awal_kls_tanah' => 'Thn Awal Kls Tanah',
'kd_kls_bng' => 'Kd Kls Bng',
'thn_awal_kls_bng' => 'Thn Awal Kls Bng',
'temp_luas_bumi' => 'Temp Luas Bumi',
'temp_luas_bangunan' => 'Temp Luas Bangunan',
'temp_njop_bumi' => 'Temp Njop Bumi',
'temp_njop_bangunan' => 'Temp Njop Bangunan',
'temp_njop' => 'Temp Njop',
'temp_njoptkp' => 'Temp Njoptkp',
'temp_pbb_terhutang' => 'Temp Pbb Terhutang',
'temp_besar_denda' => 'Temp Besar Denda',
'temp_faktor_pengurang' => 'Temp Faktor Pengurang',
'temp_pbb_yg_harus_dibayar' => 'Temp Pbb Yg Harus Dibayar',
'temp_tgl_jatuh_tempo' => 'Temp Tgl Jatuh Tempo',
'createdby' => 'Createdby',
'createdtime' => 'Createdtime',
'updatedby' => 'Updatedby',
'updatedtime' => 'Updatedtime',
);
}
/**
* Retrieves a list of models based on the current search/filter conditions.
* @return CActiveDataProvider the data provider that can return the models based on the search/filter conditions.
*/
public function search()
{
// Warning: Please modify the following code to remove attributes that
// should not be searched.
$criteria=new CDbCriteria;
$criteria->compare('kd_kanwil',$this->kd_kanwil,true);
$criteria->compare('kd_kantor',$this->kd_kantor,true);
$criteria->compare('thn_pelayanan',$this->thn_pelayanan,true);
$criteria->compare('bundel_pelayanan',$this->bundel_pelayanan,true);
$criteria->compare('no_urut_pelayanan',$this->no_urut_pelayanan,true);
$criteria->compare('kd_propinsi_pemohon',$this->kd_propinsi_pemohon,true);
$criteria->compare('kd_dati2_pemohon',$this->kd_dati2_pemohon,true);
$criteria->compare('kd_kecamatan_pemohon',$this->kd_kecamatan_pemohon,true);
$criteria->compare('kd_kelurahan_pemohon',$this->kd_kelurahan_pemohon,true);
$criteria->compare('kd_blok_pemohon',$this->kd_blok_pemohon,true);
$criteria->compare('no_urut_pemohon',$this->no_urut_pemohon,true);
$criteria->compare('kd_jns_op_pemohon',$this->kd_jns_op_pemohon,true);
$criteria->compare('temp_jns_data',$this->temp_jns_data,true);
$criteria->compare('temp_siklus_sppt',$this->temp_siklus_sppt);
$criteria->compare('temp_nm_wp',$this->temp_nm_wp,true);
$criteria->compare('temp_jalan_op',$this->temp_jalan_op,true);
$criteria->compare('temp_blok_kav_no_op',$this->temp_blok_kav_no_op,true);
$criteria->compare('temp_rw_op',$this->temp_rw_op,true);
$criteria->compare('temp_rt_op',$this->temp_rt_op,true);
$criteria->compare('temp_jalan_wp',$this->temp_jalan_wp,true);
$criteria->compare('temp_blok_kav_no_wp',$this->temp_blok_kav_no_wp,true);
$criteria->compare('temp_rw_wp',$this->temp_rw_wp,true);
$criteria->compare('temp_rt_wp',$this->temp_rt_wp,true);
$criteria->compare('temp_kelurahan_wp',$this->temp_kelurahan_wp,true);
$criteria->compare('temp_kota_wp',$this->temp_kota_wp,true);
$criteria->compare('temp_kd_pos_wp',$this->temp_kd_pos_wp,true);
$criteria->compare('temp_npwp',$this->temp_npwp,true);
$criteria->compare('temp_subjek_pajak_id',$this->temp_subjek_pajak_id,true);
$criteria->compare('kd_kls_tanah',$this->kd_kls_tanah,true);
$criteria->compare('thn_awal_kls_tanah',$this->thn_awal_kls_tanah,true);
$criteria->compare('kd_kls_bng',$this->kd_kls_bng,true);
$criteria->compare('thn_awal_kls_bng',$this->thn_awal_kls_bng,true);
$criteria->compare('temp_luas_bumi',$this->temp_luas_bumi,true);
$criteria->compare('temp_luas_bangunan',$this->temp_luas_bangunan,true);
$criteria->compare('temp_njop_bumi',$this->temp_njop_bumi,true);
$criteria->compare('temp_njop_bangunan',$this->temp_njop_bangunan,true);
$criteria->compare('temp_njop',$this->temp_njop,true);
$criteria->compare('temp_njoptkp',$this->temp_njoptkp,true);
$criteria->compare('temp_pbb_terhutang',$this->temp_pbb_terhutang,true);
$criteria->compare('temp_besar_denda',$this->temp_besar_denda,true);
$criteria->compare('temp_faktor_pengurang',$this->temp_faktor_pengurang,true);
$criteria->compare('temp_pbb_yg_harus_dibayar',$this->temp_pbb_yg_harus_dibayar,true);
$criteria->compare('temp_tgl_jatuh_tempo',$this->temp_tgl_jatuh_tempo,true);
$criteria->compare('createdby',$this->createdby);
$criteria->compare('createdtime',$this->createdtime,true);
$criteria->compare('updatedby',$this->updatedby);
$criteria->compare('updatedtime',$this->updatedtime,true);
return new CActiveDataProvider($this, array(
'criteria'=>$criteria,
));
}
}