01-16-2008, 10:33 PM
|
#9 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
Yay more lines of code.
PHP Code:
$fetcher = new TalkPHP_Latest_Articles(); $view = new View('rss'); $view->articles = $fetcher->get_articles(); $view->render(); exit;
An interface to the newest articles here on TalkPHP so that I can subscribe to an RSS in order to keep up to date -- seeing as there isn't one already provided! 
|
|
|
|