Object/relational mappers for PHP?

Поиск
Список
Период
Сортировка
От Mitch Pirtle
Тема Object/relational mappers for PHP?
Дата
Msg-id 330532b60604210749n79408d66ha726aa90be7e109f@mail.gmail.com
обсуждение исходный текст
Ответы Re: Object/relational mappers for PHP?  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Object/relational mappers for PHP?  (Manuel Lemos <mlemos@acm.org>)
Re: Object/relational mappers for PHP?  (Marc McIntyre <mmcintyre@squiz.net>)
Список pgsql-php
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

В списке pgsql-php по дате отправления:

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: [HACKERS] phpPgAdmin looking for developers
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Object/relational mappers for PHP?