I’m new-ish to php, and need to play around with some things in the EE files. So I have a few questions regarding php.
1) Whats $$variable mean?
2) What’s the question mark for?
3) What’s the -> do?
Example:
$r .= $DSP->input_checkbox($val, ‘y’, ($$val == ‘y’) ? 1 : ‘’).NBS.$LANG->line($val);
I know coding, I just don’t know php super well yet.
