Thread: CMS with PostgreSQL

CMS with PostgreSQL

From
George Essig
Date:
> Anyone know of an open source (BSD, GPL) Content Managment System
> written in
> PHP that will use PostgreSQL, or at least use PEAR::DB or any other DB
> abstraction layer API?
>
> --
> select 'mmarques' || '@' || 'unl.edu.ar' AS email;
> -----------------------------------------------------------------
> Mart�n Marqu�s                  |        mmarques@unl.edu.ar
> Programador, Administrador, DBA |       Centro de Telem�tica
>                        Universidad Nacional
>                             del Litoral
> -----------------------------------------------------------------

You should look at ezPublish versions 2 and 3.  They both are licensed under the GPL and use
Apache, PHP, and MySQL or PostgreSQL.  Version 2 has out-of-the-box functionality for articles,
forums, etc. Version 3 lets you create your own content types.  See:

http://ez.no/developer/ez_publish_22
http://ez.no/developer/ez_publish_3

George Essig