On my server when I try and test my web application I have the following error appearing:
syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM
I know this is apparent with the use of '::'
However I do require it as it's used in my code $system::getInstance();
any ideas?
syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM
I know this is apparent with the use of '::'
However I do require it as it's used in my code $system::getInstance();
any ideas?