> $data=$this->naw_functs->_nawPatterns(); > $title=Title::newFromID($data[2]['page_id']); > $article=new Article($title); > $mArticle =& $article; > $mArticle->fetchContent(); I'm not sure why you've created a new variable, does $article->fetchContent() not work?