I'm using Drupal 5. I have previously worked on Module development and Theming in Drupal. However, this time I have something different. I have an application in PHP that my client wants me to integrate into Drupal CMS. Is there any way I can integrate into it, without having to convert the application and write the code again for Drupal modules? Urgent response would be highly appreciated.

Thanks
Waqar

=======
Waqar Web Solutions
Quality Solutions for Tomorrow's Business

Comments

nevets’s picture

In general terms, "maybe". It all depends on the application, the degree of integration you want, the type of integration and does the application provide and API.

wqr786’s picture

:)

The application is developed by someone else. I do not know if it has an API or not, but, if it does and if it doesn't, is there any solution that I may be able to integrate that third-party application into Drupal? And how?

Thanks
Waqar

wqr786’s picture

Anybody know how I may be able to integrate a third-party application into Drupal?

Thanks
Waqar

beautifulmind’s picture

You can try this.

Write a dummy module which has a function that calls the main function (by main, I mean the first function that is called when the application is started) of your application. There is no other way to integrate it except converting it in a Drupal module.

:)

Beautifulmind
Know more

Regards.
🪷 Beautifulmind