Re: Need help with Custom paginate and paginator methods

2010-03-21 Thread anju
thanks for ur reply...i got this issue solved by using and additional parameter '$extra' array in the custom paginate function!!.. but still it didnt worked fine.so i tried with non modified paginate and additional model binding in the controller . Also i had to do assign the ' find' result of newl

Re: Need help with Custom paginate and paginator methods

2010-02-24 Thread WebbedIT
The note at the top of the page link you supplied gives a strong indication that the developers do not believe that custom pagination is ever required. I certainly have never had to override paginate myself so chances are you're probably attacking your issue in the wrong way. What is it you're tr

Re: Need help with Custom paginate and paginator methods

2010-02-23 Thread ak2010
Hi I'm doing something like this: http://book.cakephp.org/view/249/Custom-Query-Pagination In the controller, i have given code like this $this->paginate = array( 'conditions' => array( 'search_text' =>$this->params['named']'s_keyword'], 'action'=>'index', 'to_me

Need help with Custom paginate and paginator methods

2010-02-23 Thread anju
Im a beginner in cakePHP and can anyone tell me about how to get the output of $paginator->numbers(), after customising the paaginate() function in the model Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message

Re: Need help with Custom paginate and paginator methods

2010-02-23 Thread WebbedIT
What do you mean by customising the function in the model? Are you doing anything different to that explained at: http://book.cakephp.org/view/164/Pagination HTH Paul. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received