hi all,
i have a bit problem understanding something, i am studying a code and i bumped into something that i am having difficulties understanding and getting info from the manual.
On a script, a class function was referenced thus:
@$AppUI->getVersion()
I do undestand that quite well but the following is a reference to the same class which got me off-balance:
$AppUI->_('variable') (p.s. it is actually part of an echo statement)
Pls, what does this mean and pls help differentiate the two codes.
Thanks.