function getBlogEntrys() { $BlogEntry = new BlogEntry(array('blog_id' => $this->getProperty('blog_id'))); return $BlogEntry->getEntrys(); }