|
@@ -6,8 +6,6 @@ class javascriptController extends ActionController {
|
|
|
header('Content-type: text/javascript');
|
|
header('Content-type: text/javascript');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public function mainAction () {}
|
|
|
|
|
-
|
|
|
|
|
public function actualizeAction () {
|
|
public function actualizeAction () {
|
|
|
$feedDAO = new FeedDAO ();
|
|
$feedDAO = new FeedDAO ();
|
|
|
$this->view->feeds = $feedDAO->listFeeds ();
|
|
$this->view->feeds = $feedDAO->listFeeds ();
|