[eluser]joomigniter[/eluser]
New to Codeigniter :-) First post :-)
I thought I start with the example in Datamapper 1.8.
I installed CI 2.02 and DM 1.8 including the example, but it didn't work. I had to rename Controller to CI_Controller and change the Constructor method to __construct (in the example welcome.php controller). Then I got a message that the encryption key can not be empty. I corrected that as well.
But now I am stuck at the following error message:
Code:
syntax error, unexpected $end in \CodeIgniter\application\controllers\admin.php on line 199
I suspect that the example is not compatible with 2.02. Does anybody have an idea what changes would be required? Thanks for any help in advance!@