|
|
@ -73,7 +73,7 @@ class Controller_Home extends Controller_Template
|
|
|
|
|
|
|
|
|
|
|
|
$watching_movies = Model_User_Watching::find_by([
|
|
|
|
$watching_movies = Model_User_Watching::find_by([
|
|
|
|
['user_id', '=', $this->_user->id],
|
|
|
|
['user_id', '=', $this->_user->id],
|
|
|
|
['isFinish', '=', 0]
|
|
|
|
['is_ended', '=', 0]
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
|
|
|
|
|
|
|
|
$episodes = $this->template->MenuServer ? $this->template->MenuServer->getThirtyLastedTvShows() : null;
|
|
|
|
$episodes = $this->template->MenuServer ? $this->template->MenuServer->getThirtyLastedTvShows() : null;
|
|
|
@ -86,4 +86,4 @@ class Controller_Home extends Controller_Template
|
|
|
|
|
|
|
|
|
|
|
|
$this->template->body = $body;
|
|
|
|
$this->template->body = $body;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|