[Solar-talk] pager helper

Jeff Surgeson solar at 3hex.com
Thu Jan 11 01:39:27 PST 2007


Hi Rodrigo

Was playing with your pager helper (latest svn) and cant seem to pass any user 
config to the pager decorator to change the class etc, what am I missing, 
have tried all the following:

$config = array(
	'adapter'   		=> 'Jumping',
        'delta'           		=> 3,
        'show_first_page' 	=> false,
        'show_last_page'  	=> false,
        'expanded'        	=> false,
        'display' 			=> array(
            'list_type'      	=> 'ol',
            'list_class'     	=> 'mypagingclass',
        )
);

$pager = $this->pager($href, $this->page, $this->pages, $config);
echo $pager->fetch();

...........::::::...........
Jeff Surgeson / South Africa


More information about the solar-talk mailing list