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