Controller_Blog::action_posts PHP Method

action_posts() public method

public action_posts ( )
    public function action_posts()
    {
        $this->template->content = Request::factory(Route::get('shindig/blog')->uri())->execute()->response;
    }