예제 #1
0
 /**
  * Genera RSS
  *
  */
 public function rss()
 {
     View::response('view');
     $articulo = new Articulo();
     $this->lastPost = $articulo->getLast();
 }