Hi there,
I am just wondering, if there is a funciton like this
function DummyFunction ($config = null) {
// function code here
}
What does that $config = null means ? What is the difference between doing a null operation on $config versus normally where we just leave $config as parameter ?
Thanks
Rob