I would advise you to learn how to use containable ... only takes a couple of lines of code makes life a whole lot easier than having to bind and unbind for every paginate.
HTH, Paul On Nov 11, 8:02 am, thom <[email protected]> wrote: > On Fri, Nov 11, 2011 at 2:23 PM, Andras Kende <[email protected]> wrote: > > There are multiple way to do this.. unbindModel is a very easy, just add > > right before paginate code : > > > $this->Topic->unbindModel(array('belongsTo' => array('Category'), false)); > > >http://book.cakephp.org/view/1045/Creating-and-Destroying-Association... > > Yeah. I've made it after spending some hours with my netbook, while waiting > for someone might gimme some answers here. And when I come back here, there > already 2 answers! I solve the case by using unbind anyway :D > > Thank you every one ^_^ > > -- > Regards,,, > thomhttp://mynameisthom.blogspot.com -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
