Controller_Shindig_Public::action_post PHP 메소드

action_post() 공개 메소드

public action_post ( )
    public function action_post()
    {
        $this->template->content = Request::factory(Route::get('shindig/blog')->uri(array('action' => 'post', 'slug' => Request::instance()->param('slug'))))->execute()->response;
    }