News Feed
Sections
News Archive


Community Events






feed this:

Chris Hartjes' Blog:
The Devil's In The Details (or, Handling Sequences in Postgres in CakePHP)
0 comments :: posted Monday February 04, 2008 @ 08:47:00
voice your opinion now!

Chris Hartjes has shared his experiences in dealing with the combination of Postgres and CakePHP and convincing it to work with sequences in your tables.

I had been struggling with some weirdness that CakePHP has been displaying while trying to add some new features to the baseball league website, where Cake + PHP 4.4 + Postgres were deciding to just be sulky and not work together well.

Lucky for me, it turns out that the solution (for now) to the problem was to simply add the name of the sequence for that table as a variable to the model definition.

He includes the code for the Model that creates the connections between hos tables (belongsTo) and creates a sequence global to the class - note the naming convention.

tagged with: sequence postgres database cakephp framework example



application pecl PEAR security cakephp zend conference releases PHP5 release code book ajax database developer mysql framework job package zendframework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework