Re: Object/relational mappers for PHP?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Mitch Pirtle <mitch(dot)pirtle(at)gmail(dot)com>
Cc: pgsql-php(at)postgresql(dot)org
Subject: Re: Object/relational mappers for PHP?
Date: 2006-04-21 15:46:11
Message-ID: 4448FE43.8040908@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Mitch Pirtle wrote:
> Hi gang,
>
> We finally have the underpinnings for database drivers in Joomla 1.5,
> and now are tackling the thorny issue of all those MySQL-specific SQL
> statements littering the core.

This might help:

http://wiki.cc/php/Object_Relational_Mapping

Joshua D. Drake

>
> One solution of course is to use Christopher Kings-Lynne's(sp?) MySQL
> compatibility goodies, but we are also looking to solve this riddle at
> the application layer so we can support more databases in the future.
>
> We have implemented some basic SQL generating methods in our database
> class (to manage LIMIT and LEFT JOIN differences, for example) but are
> primarily relying on ANSI SQL to get around most issues.
>
> I'd like to know if anyone here is already working on a class to
> generate SQL at the object level, as opposed to (re)inventing your own
> API to generate queries for each database engine.
>
> Anybody else working on something?
>
> --
> Mitch Pirtle
> Joomla! Core Developer
> Open Source Matters
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Manuel Lemos 2006-04-22 04:17:41 Re: Object/relational mappers for PHP?
Previous Message Mitch Pirtle 2006-04-21 14:49:44 Object/relational mappers for PHP?