Archive for the ‘CakePHP’ Category

Migrating your cakePHP 1.1 application to 1.2 - Chapter 2 Model changes

Tuesday, November 11th, 2008

Please note that this article is intended for audiences that already have a decent understanding of the cakePHP frame work and essentially know where to look to make the necessary changes to the web application that you have already coded for the 1.1 framework. (more…)

Migrating your cakePHP 1.1 application to 1.2 - Chapter 1 Configuration Changes

Tuesday, November 4th, 2008

Please note that this article is intended for audiences that already have a decent understanding of the cakePHP frame work and essentially know where to look to make the necessary changes to the web application that you have already coded for the 1.1 framework. (more…)

Intro to CakePHP

Tuesday, November 4th, 2008

CakePHP is an Open Source development framework, built largely on PHP, but also utilizing tools like Ajax for some visual flair. Primarily, though, it’s a Model-View-Controller (MVC) Framework, modeled after Ruby on Rails. (more…)