![]() |
can anyone tell me whats going on with this simple bit of code?
i really don't know whats going on with this bit of code. can someone give me detailed information on whats going on? even a few key words to search for so that i can look up some tutorials? at first i thought they were arrays but then when i looked up arrays i realized that this is not the case. anyone?
Code:
$this->registry =& $registry; |
Object Oriented PHP is what you are looking at. But, that's as far as my 'detailed information' goes, sorry.
|
that might be all i need to know. thank you.
|
$this refers to the object that code is called in.
=& means assign by reference. $this->registry and $this->userinfo are properties of the project, and in this case, values are being assigned to them. Those bolded keywords should bring up some material for you to trawl through. :) |
All times are GMT. The time now is 11:37 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|