I am trying to integrate Phil Sturgeon's REST Server (
https://github.com/philsturgeon/codeigniter-restserver) and my existing models keep saying the following:
Fatal error: Class 'Model' not found in /var/www/vhosts/..../httpdocs/fuel/application/models/testmodel.php on line 2
The 'testmodel' is extending from Model. I trying to move some of the existing implementation that works in a standard CI 2.0 config with a Fuel install within the 'application' folder.
Comments