View Single Post
Old 01-16-2008, 10:33 PM   #9 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

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!
Salathe is offline  
Reply With Quote