I'm trying to name my controller 'New' in codeigniter but get the following error
Parse error: syntax error, unexpected T_NEW, expecting T_STRING in
C:\site\application\controllers\new.php on line 3
(although New doesn't seem to be reserved according to CI user guide - > https://www.codeigniter.com/user_guide/general/reserved_names.html)
Any workaround would be appreciated. tx!