Skip site navigation (1) Skip section navigation (2)

Re: What's Popular for CMS and RAD with PHP/PostgreSQL?

From: "Google Mike" <googlemike(at)hotpop(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: What's Popular for CMS and RAD with PHP/PostgreSQL?
Date: 2005-07-13 14:00:22
Message-ID: 1121263222.506171.304730@f14g2000cwb.googlegroups.com (view raw)
Using PHP and PostgreSQL only, what do you feel are the most popular
CMS and RAD tools out there?

I'm looking for free options.


From: John DeSoi <desoi(at)pgedit(dot)com>
To: Google Mike <googlemike(at)hotpop(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What's Popular for CMS and RAD with PHP/PostgreSQL?
Date: 2005-07-15 05:27:18
Message-ID: F3B520CB-C9D7-4BBF-B1C0-CCD093A3B071@pgedit.com (view raw)
On Jul 13, 2005, at 10:00 AM, Google Mike wrote:

> Using PHP and PostgreSQL only, what do you feel are the most popular
> CMS and RAD tools out there?

Drupal is a very nice CMS for PHP and PostgreSQL. I'm using it for  
some consulting projects now and it has saved me a great deal of  
time. Some of the useful features include:

- account management and access control framework
- form building, processing, and error reporting
- paging through lists of records
- full text search engine


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


From: Kevin Murphy <murphy(at)genome(dot)chop(dot)edu>
To: John DeSoi <desoi(at)pgedit(dot)com>
Cc: Google Mike <googlemike(at)hotpop(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: What's Popular for CMS and RAD with PHP/PostgreSQL?
Date: 2005-07-15 10:57:55
Message-ID: 42D796B3.4010807@genome.chop.edu (view raw)
John DeSoi wrote:

>> CMS and RAD tools out there?
>
> Using PHP and PostgreSQL only, what do you feel are the most popular
>
> Drupal is a very nice CMS for PHP and PostgreSQL. I'm using it for  
> some consulting projects now and it has saved me a great deal of  
> time. Some of the useful features include:

I too like drupal and use it with postgresql, but some of the Drupal 
contrib module authors are still very mysql-centric and fond of writing 
code that breaks when using postgresql (or doesn't support it at all).  
Luckily, it's usually not too hard to patch yourself or find a patch.  A 
lot of highly desirable functionality does not exist in the Drupal core 
but instead is provided by these contributed modules.  Drupal still 
recommends mysql and doesn't treat postgresql and mysql equally.  It 
would be nice if Drupal would keep track of which modules had been 
tested against postgresql, but they don't.  If there were a pool of 
drupal/postgresql users willing to be testers, and module authors were 
aware of this, that would help also.  I've been too busy to dive in and 
suggest/coordinate this, though.

-Kevin Murphy


From: John DeSoi <desoi(at)pgedit(dot)com>
To: Kevin Murphy <murphy(at)genome(dot)chop(dot)edu>
Cc: Google Mike <googlemike(at)hotpop(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: What's Popular for CMS and RAD with PHP/PostgreSQL?
Date: 2005-07-15 11:34:02
Message-ID: 45FDE774-813A-422D-AEE4-FCAD31E7EC8A@pgedit.com (view raw)
Hi Kevin,

On Jul 15, 2005, at 6:57 AM, Kevin Murphy wrote:

> I too like drupal and use it with postgresql, but some of the  
> Drupal contrib module authors are still very mysql-centric and fond  
> of writing code that breaks when using postgresql (or doesn't  
> support it at all).  Luckily, it's usually not too hard to patch  
> yourself or find a patch.  A lot of highly desirable functionality  
> does not exist in the Drupal core but instead is provided by these  
> contributed modules.  Drupal still recommends mysql and doesn't  
> treat postgresql and mysql equally.  It would be nice if Drupal  
> would keep track of which modules had been tested against  
> postgresql, but they don't.  If there were a pool of drupal/ 
> postgresql users willing to be testers, and module authors were  
> aware of this, that would help also.  I've been too busy to dive in  
> and suggest/coordinate this, though.


Yes, I have noticed that MySQL gets better support. Hopefully more  
PostgreSQL users will join in to improve the situation. But as you  
say, it is generally very simple to update the table definitions for  
contributed modules that don't have PostgreSQL support. And all of  
the core modules have PostgreSQL definitions.


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL



Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group