Porting Codeignitor based site to Fuel CMS
Hi there, I've recently been tasked with a project that has me taking a website built using Code Ignitor version 1 and bringing it into the Fuel CMS environment. One of the things that I'm having a hard time with is locating the default controller that Fuel uses. I've managed to create custom templates and loading specific css files and images. Someone else told me I should just be able to copy the files from the Code Ignitor site into the folders that Fuel uses. But I think there's a lot more to it than that. Can anyone suggest a starting point?
Comments
Make sure MY_fuel.php has the appropriate "fuel_mode" - there are some comments there that will explain the options, this will determine if CMS pages are interrogated and served before views, for example.
http://docs.getfuelcms.com is the best resource for v1 (assuming that is what you are using).