On Sun, Feb 20, 2011 at 7:48 AM, John Andersen <[email protected]> wrote: > Thanks :) > I just wonder, why the CakePHP book states one thing, when using MySQL > and another when using PostgreSQL in the section "Create virtual > fields" at: > http://book.cakephp.org/#Creating-virtual-fields-1609
The comment about Postgres is just a clarification because each has their own way to do CONCAT(). That is, the first example is MySQL-specific. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
