CodeIgniter Forums
Smarty projects transformation and CodeIgniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Smarty projects transformation and CodeIgniter (/showthread.php?tid=419)



Smarty projects transformation and CodeIgniter - toplisek - 12-02-2014

I like to know how to start transformation of PHP coded applications into Codegniter framework.

Is there some good article?


RE: Smarty projects transformation and CodeIgniter - includebeer - 12-02-2014

CodeIgniter use the MVC pattern (Model-View-Controller). So, if you have spaghetti code, you'll need to rewrite almost everything.

If you never used CI, you can start by reading the Tutorial and the rest of the very well written user guide :
http://www.codeigniter.com/user_guide/tutorial/index.html