News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
The Devil's In The Details (or, Handling Sequences in Postgres in CakePHP)
February 04, 2008 @ 08:47:00

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.

0 comments voice your opinion now!
sequence postgres database cakephp framework example


blog comments powered by Disqus

Similar Posts

The OC Food Review Blog: Make your own geovisitor

QaFoo.com Blog: Struct classes in PHP

Felix Geisendorfer's Blog: With jQuery & CakePHP to World Domination (Slides)

Community News: CodeIgniter London Meetup (April 30th @ 8pm)

php|architect: An overview of the CakePHP framework


Community Events











Don't see your event here?
Let us know!


series development zendframework2 testing language release database usergroup community podcast conference framework rest introduction phpunit opinion example functional interview symfony2

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