Coldfusion to PHP

Though, determining the exact strategy to port websites from coldfusion to php requires a look at the code and the data, I found that many times, in my experience, ports are not as daunting as they looks for most sites.

Porting Process cheat sheet

Indeed, most of the sites involved a relatively straight forward process and below, you will find a summary of how I approached the porting process: colfusiontophp Cold Fusion Cheat Sheet

Process Explained

This process involves the following phases:

When it comes to coldfusion templates, the simplest way is to use include files when working with simple ports. If you are using a CMS, then developing a theme for it is relatively straight forward.