_storyline = $storyline; $this->_dbi = ComicPressDBInterface::get_instance(); } function get_post_nav($post) { $nav = array(); // post foreach (array('previous', 'next') as $field) { $nav[$field] = $this->_dbi->{"get_${field}_comic"}(null, $post); } } } ?>