Re: Object/relational mappers for PHP?

From: Marc McIntyre <mmcintyre(at)squiz(dot)net>
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-27 00:20:40
Message-ID: 44500E58.2060007@squiz.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Propel is a PHP 5 ORM, based on Apache Torque.

http://propel.tigris.org/

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.
>
>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
>
>
>

In response to

Browse pgsql-php by date

  From Date Subject
Next Message belfegor666 2006-04-27 07:02:31 PostgreSQL 8.1 + PHP5.1.x/4.4.2 + Apache 2.0.55/1.3.34 PROBLEM!! PLEASE HELP
Previous Message Reed Loefgren 2006-04-26 13:50:52 PHP Newbie- Display Aggregates in HTML Table