-
Recent Posts
Archives
Categories
Category Archives: CakePHP
Integrating Propel ORM with CakePHP
I have worked with Propel in the past and it has helped me generate the ORM layer for applications effortlessly. I know that CakePHP has its own ORM layer. However, upon evaluating my options, I have considered not to use … Continue reading
Posted in CakePHP, Propel
Leave a comment
Enable Smarty Debug Console with CakePHP
Smarty is a great templating engine. I decided to use Smart with my CakePHP application. To integrate Smarty with CakePHP, I following the instructions by tclineks: http://is.gd/iiZD68. Then, I implemented the blog tutorial application using Smarty. Unfortunately, I found that … Continue reading
Posted in CakePHP, Debugging, Smarty Templating Engine
Leave a comment