id = $obj['id']; $this->title = $obj['title']; $this->content = preg_replace("/[\n\r]/","",$obj['content']); $this->content = str_ireplace("

", "", $this->content); $this->content = str_ireplace("

", "

", $this->content); $this->date = $obj['pdate']; $this->category = $obj['sec_desc']; $this->order = $obj['sec_ord']; $this->url = $obj['url']; $this->year = $obj['year']; } } } ?>