what is the -> called in the following code? also, is add a function?
$form->add('ARTICLE_announce', 'checkbox');
what does -> mean?
Moderator: General Moderators
Re: what does -> mean?
add is a method (function of a class)
-> is used to refer to class variables and functions
-> is used to refer to class variables and functions