RE: [fw-general] What is the fourth parameter of pagination control?

2009-08-05 Thread Matt Pearson
'results' ), array( 1 => 'q', 2 => 'page' ), "search/%s/%s" ); $router->addRoute('search', $route); In my Paginator partial: next)): ?> Next > Next > I hope that's some help

[fw-general] Migrating to Zend Session

2009-08-04 Thread Matt Pearson
isExpired() method, like Zend_HTTP_Cookie does. Can anybody suggest a test I can do on Zend Session, or a session namespace object to see if the session is expired? Thanks Matt Matt Pearson Internet Solutions Developer Liz Earle Beauty Co. 01983 813884 Work with the environment... think before

RE: [fw-general] Coping with Old-style GET vars.

2009-06-30 Thread Matt Pearson
aginator links. Thanks again Matt -Original Message- From: Matthew Weier O'Phinney [mailto:matt...@zend.com] Sent: 26 June 2009 13:04 To: fw-general@lists.zend.com Subject: Re: [fw-general] Coping with Old-style GET vars. -- Matt Pearson wrote (on Friday, 26 June 2009, 12:36 PM +0100):

[fw-general] Coping with Old-style GET vars.

2009-06-26 Thread Matt Pearson
teCond %{REQUEST_FILENAME} !-f[OR] RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^/app/(.*) /app.php?$1 [L] (My front controller defines /app as the BaseUrl) Thanks Matt Pearson Internet Solutions Developer Liz Earle Beauty Co. 01983 813884 Work with the environment... think before you print Li

RE: [fw-general] Zend_Search_Lucene get all query terms

2009-05-29 Thread Matt Pearson
Yes, in the end I did find Zend_Search_Lucene_Query::getQueryTerms() ;) Sorry, I've been doing a lot of work in Magento, and its fried my brain :-( Matt Matt Pearson Internet Solutions Developer Liz Earle Beauty Co. From: Matt Pe

[fw-general] Zend_Search_Lucene get all query terms

2009-05-28 Thread Matt Pearson
Hi Everyone, I need to pass an array of query terms to another object. Is there a way of doing this other then iterating through each child query object in the query and gathering each term from it? It seems like quite an intensive approach to me, but I can't think of another way to do it.

[fw-general] contributing to Zend Search Lucene

2009-01-12 Thread Matt Pearson
t fragments) with a fragmenter, and some (very small) changes to the highlighter. I was wondering if this would be of any use to the framework, or whether somebody is already working on this. I've noticed quite a few people asking for this kind of functionality on the net. Thanks Matt Pea