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

Pagination Help

2013-10-16 Thread Advantage+
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

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:

Pagination Help

2009-08-11 Thread Dave Maharaj :: WidePixels.com
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

Pagination Help

2009-06-20 Thread Dave Maharaj :: WidePixels.com
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

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

AW: Pagination Help

2008-10-12 Thread Liebermann, Anja Carolin
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

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

Pagination Help

2008-10-10 Thread jst4fun
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

Pagination Help

2008-10-10 Thread jst4fun
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

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

pagination help

2008-03-31 Thread bob
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