What does "->" mean in php? -


possible duplicate:
reference - symbol mean in php?

what -> in php?

i have understanding of basics of php never understood this. tend see in apps use codeignitor.

-> accessing varible inside of class, that

$class->variableinclass

it can work functions, same syntax above.

if you're not familiar oop, i'd suggest looking here


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

iphone - Using nested NSDictionary with Picker -

javascript - Iterate over array and calculate average values of array-parts -