Re: Paginate an array thats not from a model

2008-01-18 Thread Arne-Kolja Bachstein
@rtconner: Thanks, I'll take a look at this. @Michael: The project is much bigger, that's just one tricky part of it. On 18 Jan., 19:54, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Jan 18, 12:38 pm, Arne-Kolja Bachstein [EMAIL PROTECTED] wrote: Hi there, does anyone know if there is a

Re: Paginate an array thats not from a model

2008-01-18 Thread [EMAIL PROTECTED]
On Jan 18, 12:38 pm, Arne-Kolja Bachstein [EMAIL PROTECTED] wrote: Hi there, does anyone know if there is a chance to paginate data thats not fetched from the database/a model using the paginator component or something? The situation: I have a search form that fetches its hits from an

Re: Paginate an array thats not from a model

2008-01-18 Thread Chris Hartjes
On Jan 18, 2008 1:54 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Why are you using MVC if you aren't making models? It's not about not using models, it's about using non-database powered models. -- Chris Hartjes Internet Loudmouth Motto for 2008: Moving from herding elephants to handling

Paginate an array thats not from a model

2008-01-18 Thread Arne-Kolja Bachstein
Hi there, does anyone know if there is a chance to paginate data thats not fetched from the database/a model using the paginator component or something? The situation: I have a search form that fetches its hits from an XML file. That's done by first fetching the XML file, saving it to the tmp