Re: Making RSS feeds with CakePHP

2008-02-13 Thread xmihu
If I want to add a parameter that how do? Only RSS someone's posts The same as http://localhost/posts/view/1 thanks a lot --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send

Re: Making RSS feeds with CakePHP

2008-02-13 Thread Dr. Tarique Sani
On Feb 13, 2008 3:21 PM, xmihu [EMAIL PROTECTED] wrote: The same as http://localhost/posts/view/1 http://localhost/posts/view/1.rss HTH Tarique -- = Cheesecake-Photoblog: http://cheesecake-photoblog.org PHP for E-Biz:

Re: Making RSS feeds with CakePHP

2008-02-13 Thread xmihu
Thank you for your answer. But my link is http://localhost/posts.rss On Feb 13, 7:21 pm, Dr. Tarique Sani [EMAIL PROTECTED] wrote: http://localhost/posts/view/1.rss HTH Tarique -- =

Re: Making RSS feeds with CakePHP

2008-02-13 Thread Dr. Tarique Sani
On Thu, Feb 14, 2008 at 6:36 AM, xmihu [EMAIL PROTECTED] wrote: Thank you for your answer. But my link is http://localhost/posts.rss You are right now getting an rss for the index action of your posts controller - right? Now if you want the results from your posts/index to be filtered for

Re: Making RSS feeds with CakePHP

2008-01-28 Thread MonkeyGirl
Thanks for the links everyone! To answer my own first question, then: 1. How can I tell if someone's requesting the RSS version of a page or the regular HTML version? At the moment, I've got this in my controller: if ($this-RequestHandler-__renderType == 'rss') I've replaced that with

Re: Making RSS feeds with CakePHP

2008-01-28 Thread Matias Lespiau
Zoe, If you are following the example given by Nate, I think your problem might be that you're trying to access the helpers inside the callback function, and they are out of the scope there. You should truncate the data before passing it to the RSS function or see how to pass the helper as a

Re: Making RSS feeds with CakePHP

2008-01-28 Thread MonkeyGirl
If you are following the example given by Nate, I think your problem might be that you're trying to access the helpers inside the callback function, and they are out of the scope there. You should truncate the data before passing it to the RSS function or see how to pass the helper as a

Re: Making RSS feeds with CakePHP

2008-01-28 Thread Siegfried Hirsch
Hello Zoe, I have just used the rsshelper over the weekend and have it done exactly as in Nate sample: ?php $channel = array('title'=$search.' Suche via RSS-Suchmaschine'); $this-pageTitle = $search.' gesucht via RSS-Suchmaschine.de'; echo $rss-items($data, 'transformRSS');

Re: Making RSS feeds with CakePHP

2008-01-28 Thread Matias Lespiau
You're exactly right, thank you *very* much! You're welcome =). -- Matias Lespiau http://www.gignus.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to

Making RSS feeds with CakePHP

2008-01-27 Thread MonkeyGirl
Hi again! I'm trying to set up some RSS feeds using CakePHP. I'm very impressed at how easy and automated this process is, it's great! After a lot of searching, this backup of someone explaining how they did it was a great help:

Re: Making RSS feeds with CakePHP

2008-01-27 Thread Dardo Sordi Bogado
http://manual.cakephp.org/chapter/request_handler On Jan 27, 2008 9:21 PM, MonkeyGirl [EMAIL PROTECTED] wrote: Hi again! I'm trying to set up some RSS feeds using CakePHP. I'm very impressed at how easy and automated this process is, it's great! After a lot of searching, this backup of

Re: Making RSS feeds with CakePHP

2008-01-27 Thread nate
Oh, it gets better: http://cake.insertdesignhere.com/posts/view/8 On Jan 27, 6:21 pm, MonkeyGirl [EMAIL PROTECTED] wrote: Hi again! I'm trying to set up some RSS feeds using CakePHP. I'm very impressed at how easy and automated this process is, it's great! After a lot of searching, this

Re: Making RSS feeds with CakePHP

2008-01-27 Thread R. Rajesh Jeba Anbiah
On Jan 28, 4:21 am, MonkeyGirl [EMAIL PROTECTED] wrote: I'm trying to set up some RSS feeds using CakePHP. snip FWIW, http://groups.google.com/group/cake-php/web/frequent-discussions -- ?php echo 'Just another PHP saint'; ? Email: rrjanbiah-at-Y!com