|
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/protected/models/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
/**
* This is the model class for table "pbb.stp".
*
* The followings are the available columns in table 'pbb.stp':
* @property string $kd_propinsi
* @property string $kd_dati2
* @property string $kd_kecamatan
* @property string $kd_kelurahan
* @property string $kd_blok
* @property string $no_urut
* @property string $kd_jns_op
* @property string $thn_pajak_stp
* @property string $kd_kanwil
* @property string $kd_kantor
* @property string $kd_tp
* @property string $tgl_jatuh_tempo_stp
* @property integer $jml_lambat_bulan_denda_stp
* @property string $sisa_pajak_terhutang_stp
* @property string $rupiah_denda_stp
* @property string $jml_pajak_terhutang_stp
* @property integer $persetujuan_stp_kp_pbb
* @property string $tgl_terbit_stp
* @property string $tgl_cetak_stp
* @property string $nip_pencetak_stp
* @property string $kd_jns_ketetapan
* @property integer $createdby
* @property string $createdtime
* @property integer $updatedby
* @property string $updatedtime
*/
class Stp extends CBhumieRecord
{
/**
* Returns the static model of the specified AR class.
* @param string $className active record class name.
* @return Stp 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.stp';
}
/**
* @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_propinsi, kd_dati2, kd_kecamatan, kd_kelurahan, kd_blok, no_urut, kd_jns_op, thn_pajak_stp, kd_kanwil, kd_kantor, kd_tp, tgl_jatuh_tempo_stp, jml_lambat_bulan_denda_stp, sisa_pajak_terhutang_stp, rupiah_denda_stp, jml_pajak_terhutang_stp, tgl_terbit_stp, nip_pencetak_stp, createdby, createdtime, updatedby, updatedtime', 'required'),
array('jml_lambat_bulan_denda_stp, persetujuan_stp_kp_pbb, createdby, updatedby', 'numerical', 'integerOnly'=>true),
array('kd_propinsi, kd_dati2, kd_kanwil, kd_kantor, kd_tp', 'length', 'max'=>2),
array('kd_kecamatan, kd_kelurahan, kd_blok', 'length', 'max'=>3),
array('no_urut, thn_pajak_stp', 'length', 'max'=>4),
array('kd_jns_op, kd_jns_ketetapan', 'length', 'max'=>1),
array('nip_pencetak_stp', 'length', 'max'=>18),
array('tgl_cetak_stp', 'safe'),
// The following rule is used by search().
// Please remove those attributes that should not be searched.
array('kd_propinsi, kd_dati2, kd_kecamatan, kd_kelurahan, kd_blok, no_urut, kd_jns_op, thn_pajak_stp, kd_kanwil, kd_kantor, kd_tp, tgl_jatuh_tempo_stp, jml_lambat_bulan_denda_stp, sisa_pajak_terhutang_stp, rupiah_denda_stp, jml_pajak_terhutang_stp, persetujuan_stp_kp_pbb, tgl_terbit_stp, tgl_cetak_stp, nip_pencetak_stp, kd_jns_ketetapan, 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_propinsi' => 'Kd Propinsi',
'kd_dati2' => 'Kd Dati2',
'kd_kecamatan' => 'Kd Kecamatan',
'kd_kelurahan' => 'Kd Kelurahan',
'kd_blok' => 'Kd Blok',
'no_urut' => 'No Urut',
'kd_jns_op' => 'Kd Jns Op',
'thn_pajak_stp' => 'Thn Pajak Stp',
'kd_kanwil' => 'Kd Kanwil',
'kd_kantor' => 'Kd Kantor',
'kd_tp' => 'Kd Tp',
'tgl_jatuh_tempo_stp' => 'Tgl Jatuh Tempo Stp',
'jml_lambat_bulan_denda_stp' => 'Jml Lambat Bulan Denda Stp',
'sisa_pajak_terhutang_stp' => 'Sisa Pajak Terhutang Stp',
'rupiah_denda_stp' => 'Rupiah Denda Stp',
'jml_pajak_terhutang_stp' => 'Jml Pajak Terhutang Stp',
'persetujuan_stp_kp_pbb' => 'Persetujuan Stp Kp Pbb',
'tgl_terbit_stp' => 'Tgl Terbit Stp',
'tgl_cetak_stp' => 'Tgl Cetak Stp',
'nip_pencetak_stp' => 'Nip Pencetak Stp',
'kd_jns_ketetapan' => 'Kd Jns Ketetapan',
'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_propinsi',$this->kd_propinsi,true);
$criteria->compare('kd_dati2',$this->kd_dati2,true);
$criteria->compare('kd_kecamatan',$this->kd_kecamatan,true);
$criteria->compare('kd_kelurahan',$this->kd_kelurahan,true);
$criteria->compare('kd_blok',$this->kd_blok,true);
$criteria->compare('no_urut',$this->no_urut,true);
$criteria->compare('kd_jns_op',$this->kd_jns_op,true);
$criteria->compare('thn_pajak_stp',$this->thn_pajak_stp,true);
$criteria->compare('kd_kanwil',$this->kd_kanwil,true);
$criteria->compare('kd_kantor',$this->kd_kantor,true);
$criteria->compare('kd_tp',$this->kd_tp,true);
$criteria->compare('tgl_jatuh_tempo_stp',$this->tgl_jatuh_tempo_stp,true);
$criteria->compare('jml_lambat_bulan_denda_stp',$this->jml_lambat_bulan_denda_stp);
$criteria->compare('sisa_pajak_terhutang_stp',$this->sisa_pajak_terhutang_stp,true);
$criteria->compare('rupiah_denda_stp',$this->rupiah_denda_stp,true);
$criteria->compare('jml_pajak_terhutang_stp',$this->jml_pajak_terhutang_stp,true);
$criteria->compare('persetujuan_stp_kp_pbb',$this->persetujuan_stp_kp_pbb);
$criteria->compare('tgl_terbit_stp',$this->tgl_terbit_stp,true);
$criteria->compare('tgl_cetak_stp',$this->tgl_cetak_stp,true);
$criteria->compare('nip_pencetak_stp',$this->nip_pencetak_stp,true);
$criteria->compare('kd_jns_ketetapan',$this->kd_jns_ketetapan,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,
));
}
}