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
Now this used to work, but now it does not.. Not sure what happened.
I have standard pagination but offer the ability to paginate listings based
on "featured".
Paginator->options(array('url'=>
array($this->params['pass'])));?>
So if "featured" was passed it would then only display featu
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:
I have the ajax jquery pagintiion set up no problem.
I am using a default layout,single column for content.
Now when i load the posts page (which has the pagination) the index view is
split into 2 columns, right side is menu, left side is the paginator. But
when i click next, the 2 column loads
How can I add this into the pagination?
In the controller:
foreach ($posts as $findMatches) {
$q = $this->Post->find('first', array(
'conditions' => array('Post.id' => $findMatches),
'fields' => array(
'Post.id'),
'contain' => array(
'Lan
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
groups.com [mailto:[EMAIL PROTECTED] Im Auftrag von jst4fun
Gesendet: Montag, 13. Oktober 2008 08:30
An: CakePHP
Betreff: Re: Pagination Help
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 ther
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
Hi all,
I tried to get an answer to my problem from the IRC but failed. Well
my issue is that I was a different king of pagination rather than the
current one. The pagination should display a textbox instead of page
numbers. This text box needs to be in between previous and next links.
The purpose
Hi all,
I would like to have a pagination in 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 number to
be loaded and then press enter. I am not sure if such an helper exist
for cakephp o
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
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
localhost/controller/action/page:2 instead of
localhost/controller/action/param1/param
14 matches
Mail list logo