input->get("offset", 0); $view = new View("slideshow_feed.rss"); $view->item = $parent; // @todo create a descendent child method on ORM_MTPP to get all of the children $view->children = $children; } protected function get_output_format() { return "mediarss"; } }