----- Original Message ----- From: "tantaikooi" what's the meaning of -> ? ----------------------------- "->" is php's class constructor, the same as a "." in javascript etc "=>" is the array constructor and can only be used for data or "attributes" the "->" can also be used for functions and methods.
MyOutput->CurrentDIV->Remove
