Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7583763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:45:38+00:00 2026-05-30T18:45:38+00:00

I was going through some tutorial and documentation about zend framework, most of things

  • 0

I was going through some tutorial and documentation about zend framework, most of things made sense until i came across $this variable in /application/layout/scripts/layout.phtml, it was mentioned that $this is an instance of the view object that was created during bootstrapping.

to my knowledge you cannot use $this as the variable name as because $this is a reserved keyword for php used to refer the same object within the class context. any attempt to use it as a variable will result in Fatal error with the following error message Fatal error: Cannot re-assign $this and as per the author’s statement There is a variable, $this, available which is an instance of the view object, i am unable to understand the theory behind this. how come $this is being used out of the class context?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T18:45:39+00:00Added an answer on May 30, 2026 at 6:45 pm

    It’s actually being used in the context of an object. You should look at the code yourself, but the basic idea behind render() (which is the toString method by proxy):

    public function render()
    {
        //Start output buffering
        ob_start();
        include $this->viewScript;
        //Get the content from the include
        $content = ob_get_flush();
        return $content;
    }
    

    Zend Framework does it a bit more complexly so that it’s a bit more flexible than that, but it’s the basic idea.

    Then, inside of the viewScript, it’s technically inside of the render() method just as if the code were literally in that “include …” place. (Oversimplifying that, but the general idea holds.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was going through some code and came across a scenario where my combobox
I'm going through some old stored procedures at work and constantly come across CASE
Going through the Symblog tutorial of Symfony2, While creating forms I came to a
I am going through Sun's Java tutorial. I am in the lesson about sockets.
i am new to iphone development and i am going through tutorial and some
I am going through a series of NeHe OpenGK tutorials. Tutorial #9 does some
After going through some tutorials on asp.net mvc the repository pattern came up and
I was just going through some tutorial on responsive web design or fluid layouts.
Here's some code in a django tutorial that I'm going through. I've never come
I was going through some Arrow tutorial , toying with functions returning a new

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.