Hi

I'm using the Tags plugin.  Its working ok generally.  But when trying
to paginate a list filtered by tag, I'm not getting any related table
data at all.  No related tags (a relationship the plugin deals with)
and nothing from simple has one  relationships i have defined in the
post model either.

So i'm paginating like this

$this->paginate['Tagged'] = array(
                                        'model' => 'Post',
                                        'tagged',
                                        'by' => $this->passedArgs['tag']);
$posts = $this->paginate('Tagged');


Has anyone been able to make this work? Can't think this is how its
supposed to work.

Thanks

will

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to