Module 9 – Website

Integration of a Website

The integration of a website to CodeIgniter was done with a very simple process. I found some Free Website Templates that I adapted to my needs.

CodeIgniter can also be integrated with WordPress but after a few unsuccessful attempts, I returned to a simpler solution. These templates are just HTML with a very well defined CSS.

To control the web pages and integrate the interactive map and the blog section, you must add a controller. If you want your website to open on your domain, you must modify the route of the default controller on the opening of your CodeIgniter application.



Other tricks

This training was designed to help experienced programmers to start a system using a framework. Normally, I worked in the presence of the programmers with the help of a document that has been divided into the 9 modules that you followed.

You can download this 70 pages document and you will also find there other little tricks that I learned by sharing my knowledge with other programmers.

Good luck!