Simple hitcount behavior for CakePHP – lecterror

A nice blog post from dsi.vozibrale.com on how to create a CakePHP behavior.  This helps build on some of the missing points in the CakePHP manual.  This post include also includes good references. Simple hitcount behavior for CakePHP Posted in CakePHP on 07.04.2008. While developing Neutrino, I’ve decided to implement a simple hitcount behavior. So [...]

0 Comments

Test Fixtures for CakePHP Has-and-Belongs-to-Many Relationships | End Point Blog

Nice entry on how to get HABTM tests to work in CakePHP 1.2. Test Fixtures for CakePHP Has-and-Belongs-to-Many Relationships CakePHP, a popular MVC framework in/for PHP, offers a pretty easy-to-use object-relational mapper, as well as fairly straightforward fixture class for test data. Consequently, it’s fairly easy to get into test-driven development with CakePHP, though this [...]

0 Comments