function getValues() { $arr = parent::getValues(); array_push($arr, $this->cat, $this->meta_d, $this->meta_k, $this->description, $this->view, $this->author, $this->date); return $arr; }
function getValues() { $arr = parent::getValues(); array_push($arr, $this->full_text, $this->date, $this->author, $this->view, $this->type); return $arr; }
function getValues() { $arr = parent::getValues(); array_push($arr, $this->meta_d, $this->meta_k); return $arr; }