Hello everyone,

I am fairly new to drupal. I am developing a website with drupal. I have developed the php code which will pull the data from the database. I would like to use the same php code to pull the data from the database and use it on my drupal website. Is there any specific module for this? This will help save a lot of time and effort. Any help would be appreciated.

Thanks

Comments

nevets’s picture

If you really want to take advantage you should not start from code but the functionality you want and understand how it can be implemented with Drupal core and contributed modules. For example, content is general better off implemented as a content type.