Tuesday, October 16, 2007

PHP Brush Up and CakePHP

My previous PHP programming experience has been a blessing this past week.

Quite recently I've was exposed to the CakePHP. CakePHP, in a nutshell, is a Model View Controller (MVC) design pattern. It provides a structured framework that allows PHP programmer to rapidly develop robust web applications.

Currently I'm in the process right now of writing some custom helpers that will retrieve images from a database and provide an easy way for the "View" to use those images.

I'll be sure to add more details when I have a working example.

Labels: , , ,