Help with finding a basic CMS for complex data sets

I am often working with complex relational databases with a lot of tables. These databases are often incompatible with the rigid table structure of most CMS systems. I’m hoping to find a CMS that has these traits:

  1. Coded in PHP EDIT: if you know of something in another language I would like to take a look at it.
  2. Can connect to an existing database of any structure
  3. Can add tables for CMS functionality like user authentication without modifying the existing datasets

Basically I want a simple CMS that offers administration, user mangement, and a presentation layer but leaves the rest of the site functionality highly abstracted. Any suggestions?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.