RE: Pagination Help

2013-10-25 Thread Advantage+
m: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of Anja Liebermann Sent: Friday, October 25, 2013 8:23 AM To: cake-php@googlegroups.com Subject: Re: Pagination Help -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dave, is this condition on your first model or on a related model?

Re: Pagination Help

2013-10-25 Thread Anja Liebermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dave, is this condition on your first model or on a related model? Anja Am 16.10.2013 17:59, schrieb Advantage+: > Now this used to work, but now it does not.. Not sure what happened. > > > > I have standard pagination but offer the ability

RE: Pagination Help

2009-08-11 Thread Dave Maharaj :: WidePixels.com
com] Sent: August-11-09 3:42 PM To: cake-php@googlegroups.com Subject: Re: Pagination Help If you place the markup that lists the posts in an element, you can specify to render just that, instead of the entire view, for AJAX requests. Here's an example that works for me. views/users/index.c

Re: Pagination Help

2009-08-11 Thread brian
If you place the markup that lists the posts in an element, you can specify to render just that, instead of the entire view, for AJAX requests. Here's an example that works for me. views/users/index.ctp: Member Directory element('users/pagination') ?> views/elements/users/pagination.ctp:

Re: Pagination Help

2008-10-13 Thread jst4fun
Hi Anja, thanks for your reply. :) On Oct 13, 11:35 am, "Liebermann, Anja Carolin" <[EMAIL PROTECTED]> wrote: > Hi jst4fun, > > I don't know one, but haven't investigated. I was just happy when mine worked > in the standard mode ;-) > > However for me this sounds as either writing your own contr

Re: Pagination Help

2008-10-12 Thread jst4fun
Any help on this issue? Thanks On Oct 10, 3:48 pm, jst4fun <[EMAIL PROTECTED]> wrote: > Hi all, > I would like to have apaginationin which there wont be any numbered > links instead it will be a textbox with next and previous links to > each side of it. In the textbox the user can enter the page

Re: pagination help

2008-04-01 Thread Dardo Sordi Bogado
On Mon, Mar 31, 2008 at 11:44 PM, bob <[EMAIL PROTECTED]> wrote: > I am using cake 1.2 > > I am trying to use paginate, but the problem i am having is that my URL is > localhost/controller/action/param1/param2 > > so when i try to do echo $paginator->numbers(); in my view, I get the URL > localhos