Hi,
A slightly different issue in the same section.
I have a quibble and also a question. In the code for DbConnector there is the line
Code:
$settings = SystemComponent::getSettings();
which uses an operator called Paamayim Nekudotayim or double colon.
My quibble is why use an operator that took me a fair bit of googling to find and is not even in any of my textbooks, in other words a bit obscure, on a bunch of newbies?

My question is: what exactly does it do?
Anybody have any thoughts on this? Any help would be much appreciated.
-Hank