Can someone explain how this line of PHP works:
new Activation\Activate;
I can see an Activation/Activate.php file.
Is the backslash a new PHP construct or does it simply mean to load the Activation/Activate.php
file but is confusing me 'cos I'm on a Mac (i.e. I'm expecting a forward slash)?