Guest askjames01 Posted May 4, 2006 Share Posted May 4, 2006 as part of my review just like i said before i want to make my understanding solid...here it goes again...[code]$this[/code]is this code built in with php? i mean is this reserved with php?the answer must be Yes or No?if yes then it means i can't use them as user define variable, because they are reserved. right? Link to comment https://forums.phpfreaks.com/topic/9029-this/ Share on other sites More sharing options...
wildteen88 Posted May 4, 2006 Share Posted May 4, 2006 Yes the variable $this is predifined variable within PHP. It is used in conjuction with classes to set/call a variable/function when in side class.You cannot use the variable $this in your scripts no.However, you can use either of the following $This, $ThIs, $THIS etc. As PHP is case sensitive with variables. And so php doesn't see $This as $this. Link to comment https://forums.phpfreaks.com/topic/9029-this/#findComment-33286 Share on other sites More sharing options...
Guest askjames01 Posted May 4, 2006 Share Posted May 4, 2006 [!--sizeo:4--][span style=\"font-size:14pt;line-height:100%\"][!--/sizeo--]Excellent![!--sizec--][/span][!--/sizec--] [b]love ya![/b] Link to comment https://forums.phpfreaks.com/topic/9029-this/#findComment-33287 Share on other sites More sharing options...
wildteen88 Posted May 4, 2006 Share Posted May 4, 2006 No problem![i][b]off topic:[/b] Umm, I have gone over 2000 posts! God I need to get out more[/i] Link to comment https://forums.phpfreaks.com/topic/9029-this/#findComment-33308 Share on other sites More sharing options...
ober Posted May 4, 2006 Share Posted May 4, 2006 :( What does that say for me??? Link to comment https://forums.phpfreaks.com/topic/9029-this/#findComment-33322 Share on other sites More sharing options...
wildteen88 Posted May 4, 2006 Share Posted May 4, 2006 I guess we both do lol! WOW! Barand is king of all post with 6700+ posts! Howwver hes been here far longer. Link to comment https://forums.phpfreaks.com/topic/9029-this/#findComment-33345 Share on other sites More sharing options...
Guest askjames01 Posted May 4, 2006 Share Posted May 4, 2006 excuse me brothers.but i'm not in a hurry.what i need here is to master PHP.so my coding will be solid.anyways you are the mods you need that i think. Link to comment https://forums.phpfreaks.com/topic/9029-this/#findComment-33381 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.