[nycphp-talk] Database vs. Code
Steve Manes
smanes at magpie.com
Mon Nov 30 10:33:30 EST 2009
Daniel Convissor wrote:
> Whether it's in the database or in PHP, changing DBMS'es requires
> recoding some aspects of the project. So put things where they best
> belong. In the case you're proposing, a stored procedure is the right
> way to go.
I would add that stored procedures also allow you support a mix of
different application languages sharing the same procs. For instance,
some shops mandate PHP on the web side and Perl (etc.) for the async
scripts.
More information about the talk
mailing list