public function afterConstruct() { parent::afterConstruct(); $this->job_cat_id = ''; $this->job_title_id = ''; $this->pageSize = Yii::app()->params['defaultPageLimit']; }
public function afterConstruct() { parent::afterConstruct(); $this->is_hired = ''; $this->is_current_hired = ''; $this->date_created = ''; $this->date_hired = ''; $this->date_updated = ''; $this->expiry_date = ''; $this->job_cat_id = ''; $this->job_title_id = ''; $this->job_type_id = ''; $this->pageSize = Yii::app()->params['defaultPageLimit']; }
/** * Returns the static model of the specified AR class. * @param string $className active record class name. * @return ViewStudent the static model class */ public static function model($className = __CLASS__) { return parent::model($className); }