Re: Paginator issue resolved: Incorrect documentation

2011-12-13 Thread aries
Yeah I figured what the hey, this is a great opp to give documentation editing a whirl. Only thing is that it's a bit of a serious overhaul, not terrible, but will take some time to rewrite the necessary contents. I'd certainly like to help, though, so will get on this asap. Thanks, -Brian On Dec

Re: Paginator issue resolved: Incorrect documentation

2011-12-13 Thread phpMagpie
Details on how to contribute your changes to the documentation can be found here: http://book.cakephp.org/2.0/en/contributing/documentation.html -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org a

Re: Paginator issue resolved: Incorrect documentation

2011-12-12 Thread José Lorenzo
Can you please add the changes to the book yourself? that would be greatly appreciated -- 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

Paginator issue resolved: Incorrect documentation

2011-12-12 Thread aries
Hi again, Here's what I found out. Looking at the main Controller class in lib/ Cake/Controller, the phpdoc for the method paginate() says: @deprecated Use PaginatorComponent instead So, I changed my code to read: $this->Paginator->settings = array( 'recursive' => 0, 'conditions' => arr