Forums / General / Database Integration

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Database Integration

Author Message

Tiziano Zonta

Wednesday 06 July 2005 1:49:31 am

I have have a mysql database that comes from an other web application with 1000 products i need to integrate this databese with the ez database.Where I can find some information?Is it possible do that?Somebody can help me?

Tnx

Björn X

Wednesday 06 July 2005 4:08:34 am

That's a hard task for a newbie...

You can find examples here

http://ez.no/community/contribs/import_export

Bruce Morrison

Thursday 07 July 2005 4:32:16 pm

Hi Tiziano

You have two options. The first (as Björn pointed out) is to import the existing database information into Exponential CMS objects. This would allow for the data to be managed as well as being displayed via the CMS.

The other option is to create an extension to the CMS that reads the information from the database and displays it via the CMS.

Both options require php programing and eZ experience.

Cheers
Bruce

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Friday 08 July 2005 12:02:57 am

Are there any examples how to programmatically connect to another mysql database and query, insert and display data ?
If so, where ?

Tiziano Zonta

Friday 08 July 2005 12:13:29 am

it's too hard!! :=))

tnx for help