TOPICS

FIND YOUR TOPIC QUICKLY

Posts Tagged ‘cakePHP’

CakePHP: Multiple Fields in find(’list’)
Oct 03 2008

One of my biggest gripes with CakePHP is that there isn’t a built in way to easily define how models report back their “name” to views.  There is a handy variable called $displayField, but currently (1.2 RC3) that only accepts a single field.

Installing CakePHP on Windows
Sep 13 2008

This tutorial will walk you though setting up a functioning Windows-Apache-PHP-MySQL + CakePHP installation on Windows XP.  This tutorial should also work for Windows 2000 or Vista, but since I’m not testing in that environment you should know that this was written with Windows XP in mind.

CakePHP Migrations
May 19 2008

An interesting topic about CakePHP migration support was raised in the CakePHP discussion group recently. Dardo Sordi wrote a compelling and comprehensive argument in favor of not using migrations in favor of CakePHP’s built in Schema tool. He provided an excellent overview of the tool and a suggested workflow for how he currently uses it in his work.

CakePHP 1.2 File Upload
Jan 29 2008

I was unable to locate a simple file upload tutorial for CakePHP 1.2. Once I figured it out with the help of Aditya Mooley’s filePost.tar.gz from August 9th 2005. Unfortunately his tutorial and demo are no longer active, so I’ve resurrected the code, updated it for CakePHP 1.2 and will walk you through it.

Installing CakePHP on OS X Leopard 10.5.1
Jan 24 2008

I upgraded from Tiger to Leopard this week and wanted to provide a writeup covering everything you’ll need to know get to a good development environment ready on a fresh (clean) Leopard installation.

NOTE: Due to the subject matter contained in this post I am not providing any support for the following steps.

RECENT COMMENTS




  • ON...CakePHP 1.2 File Upload
    "Fixed it! Thanks for the heads up Jose."
  • Keith Medlin
  • ON...CakePHP 1.2 File Upload
    "Thanks a lot for the example. Just another typo/error in the tutorial : var $validateFile = array( ’size’ = 204800, should be: var $validateFile = array( ’size’ => 204800,..."
  • Jose Sanchis