Jump to content

bishup

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bishup's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [!--quoteo(post=371289:date=May 4 2006, 11:28 AM:name=ober)--][div class=\'quotetop\']QUOTE(ober @ May 4 2006, 11:28 AM) [snapback]371289[/snapback][/div][div class=\'quotemain\'][!--quotec--] $this is a keyword within a class that refers to the classes global variables. $this->variable_name = "x"; will set the class's variable equal to x. The .= is an append. It will add whatever is past the equals sign to the current string instead of replacing it. [/quote] Thank you, that is what i needed to know! that make a lot more sence when i read through other code.
  2. When variables are being declaired and manipulated I am running in to this structure of code. $this->variable_name = 'homey the clown'; (ex.) What is the $this used for and what does it do, i have no clue... Might as well through this out there also, what is... $this->variable .= 'something to have'; Appreachiate the help / insight
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.