MyController::page PHP 메소드

page() 공개 메소드

Show user's page
public page ( )
    public function page()
    {
        $this->set('user', $this->current_user);
        $this->set('blocks', $this->DEFAULT_LAYOUT);
        #    @blocks = @user.pref[:my_page_layout] || DEFAULT_LAYOUT
    }