Skip to content

Instantly share code, notes, and snippets.

@blackymetal
Created July 27, 2013 23:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackymetal/6096655 to your computer and use it in GitHub Desktop.
Save blackymetal/6096655 to your computer and use it in GitHub Desktop.
CakePHP adding atom:link to channel using RSS Helper
@AndreiTelteu
Copy link

Thanks ! It works very well.

And you can just replace
'href' => 'http://www.aduanacol.com/news.rss',
with
'href' => $this->Html->url('/news.rss', true),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment