Hi there,
I'm now installing Grocery CRUD with Codeigniter following the manual: http://technet.weblineindia.com/web/demo-of-grocery-crud-a-crud-generator-for-codeigniter/
However, when I do the step 5 to add codes in demo controller, I get these error information from http://localhost/<myproject>/index.php/demo/stud_management in my browser
"An uncaught Exception was encountered
Type: ParseError
Message: syntax error, unexpected 'public' (T_PUBLIC), expecting end of file
Filename: C:\xampp\htdocs\great_database\application\controllers\Demo.php
Line Number: 18
Backtrace:
File: C:\xampp\htdocs\great_database\index.php
Line: 292
Function: require_once"
Would you have any suggestion to solve this problem?
Thanks!