[Solar-talk] config inheritance in helpers
Jeff Surgeson
solar at 3hex.com
Thu Jul 27 06:41:53 PDT 2006
> Oh, it's related to the config merged manually. So I've added a check
> before the merge. I've fixed those and reuploaded the file, also
> fixing the loadClass() problem in PagerSimple.
>
> Also... I've added another pager adapter: Sliding (my favorite from
> Pear::Pager). :-D
>
Downloaded latest but still get the following notice and fatal error
Notice: Undefined index: decorator
in /var/www/localhost/htdocs/library/Bulldog/View/Helper/PagerBase.php on
line 120
Fatal error: Method name must be a string
in /var/www/localhost/htdocs/library/Bulldog/View/Helper/PagerBase.php on
line 122
I am calling it like this
// rodrigos' code
$href = 'knives/list';
$current_page = $this->page;
$total_pages = $this->pages;
$pager = $this->pager($href, $current_page, $total_pages);
echo $pager->fetchLinks();
--
Jeff Surgeson
More information about the solar-talk
mailing list