|
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.skkpp".
*
* The followings are the available columns in table 'pbb.skkpp':
* @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 $kd_tp
* @property string $no_sk_skkpp
* @property string $tgl_sk_skkpp
* @property string $jns_keputusan_skkpp
* @property string $kpkn
* @property string $nilai_skkpp
* @property string $tgl_rekam_skkp
* @property string $nip_rekam_skkp
* @property integer $createdby
* @property string $createdtime
* @property integer $updatedby
* @property string $updatedtime
*/
class Skkpp extends CActiveRecord
{
/**
* Returns the static model of the specified AR class.
* @param string $className active record class name.
* @return Skkpp 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.skkpp';
}
/**
* @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, createdby, createdtime, updatedby, updatedtime', 'required'),
array('createdby, updatedby', 'numerical', 'integerOnly'=>true),
array('kd_kanwil, kd_kantor, kd_propinsi_pemohon, kd_dati2_pemohon, kd_tp', 'length', 'max'=>2),
array('thn_pelayanan, bundel_pelayanan, no_urut_pemohon', 'length', 'max'=>4),
array('no_urut_pelayanan, kd_kecamatan_pemohon, kd_kelurahan_pemohon, kd_blok_pemohon', 'length', 'max'=>3),
array('kd_jns_op_pemohon, jns_keputusan_skkpp', 'length', 'max'=>1),
array('no_sk_skkpp, kpkn', 'length', 'max'=>30),
array('nip_rekam_skkp', 'length', 'max'=>18),
array('tgl_sk_skkpp, nilai_skkpp, tgl_rekam_skkp', '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, kd_tp, no_sk_skkpp, tgl_sk_skkpp, jns_keputusan_skkpp, kpkn, nilai_skkpp, tgl_rekam_skkp, nip_rekam_skkp, 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',
'kd_tp' => 'Kd Tp',
'no_sk_skkpp' => 'No Sk Skkpp',
'tgl_sk_skkpp' => 'Tgl Sk Skkpp',
'jns_keputusan_skkpp' => 'Jns Keputusan Skkpp',
'kpkn' => 'Kpkn',
'nilai_skkpp' => 'Nilai Skkpp',
'tgl_rekam_skkp' => 'Tgl Rekam Skkp',
'nip_rekam_skkp' => 'Nip Rekam Skkp',
'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('kd_tp',$this->kd_tp,true);
$criteria->compare('no_sk_skkpp',$this->no_sk_skkpp,true);
$criteria->compare('tgl_sk_skkpp',$this->tgl_sk_skkpp,true);
$criteria->compare('jns_keputusan_skkpp',$this->jns_keputusan_skkpp,true);
$criteria->compare('kpkn',$this->kpkn,true);
$criteria->compare('nilai_skkpp',$this->nilai_skkpp,true);
$criteria->compare('tgl_rekam_skkp',$this->tgl_rekam_skkp,true);
$criteria->compare('nip_rekam_skkp',$this->nip_rekam_skkp,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,
));
}
}