What is $c
PermalinkAm just getting to grips with C5 (it's brilliant). I have a question about the variable $c. Is $c a predefined variable used by concrete5?
What does $c stand for- 'content' maybe? I just like to be able to read the code and understand it before I commence.
Thanks
echo '<pre>';
print_r($c);
echo '</pre>';
$c is a global variable used by C5.
$c refers to the Collection instance object.