Added function name with keyword "Pblic" in controller , it shows error message
Error Message:
A PHP Error was encountered Severity: Parsing Error
Message: syntax error, unexpected 'pblic' (T_STRING), expecting function (T_FUNCTION)
Filename: controllers/Routine.php
Line Number: 35
After changed that Public keyword , the error message remains same.