Jump to content

So I've seen this around...


calvin182

Recommended Posts

As I was fiddling around looking in the phpbb source code, they do something that I'm not really too framiliar with...$variable->blahblah something something idkany ideas what this is?
$variable is an instance of a class, blahblah is a member of that instance (property or function), the -> just means get the member of this instance.You should look into Object Orientd programming in PHP5
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...