Miles Johnson // Script: Uploader (Plugin)

Very nice plugin for cakePHP for uploading files with great documentation.  Got it running with minimal effort.  Would recommend. An all around general purpose file uploader for CakePHP. Packaged as a stand alone plugin with file validation, file scanning and support for a wide range of basic mime types. Class Features: * Automatically sets all [...]

0 Comments

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