Hi all,
how do I avoid typing the keyword "$this->" every time I need to
reference a member of a class inside the class?
(coming from a world of cozy auto-complete enabled Java / .Net IDEs I
find it a bit annoying)
TIA,
JS
how do I avoid typing the keyword "$this->" every time I need to
reference a member of a class inside the class?
(coming from a world of cozy auto-complete enabled Java / .Net IDEs I
find it a bit annoying)
TIA,
JS
Comment