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

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

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -