I already have a working OOP website. Most of the php is separated from the html. I was wondering if anyone had any tips on how to apply that site into the CI Framework. The website uses jquery, html, css, php, javascript. It also consists of a lot of libraries and classes that I bought from code canyon. For example, a geolocation library, phpthumb (image thumbnails), like and dislike system. How does one go about importing these libraries into CI?
Share
There really isn’t a ‘step by step’ process to give you.
You have to ultimately do the following:
Its not a simple process, but breaking it down lets you see what you have before you.