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?
-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
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
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:
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
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
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