Posted by ujjwala.bhujbal... on January 15, 2012 at 9:08pm
Hi drupal lovers in pune,
I am having one problem while using Drupal, if anyone knows the solution please please help me.
I have the source code from Client and now the source code has to be integrated in Drupal , so that I can do the required updations in the site.
Can any one tell me how can i integrate the source code in Drupal? ...
=> I have imported the database through PhpMyAdmin (I am using WAMP server).
What should be the next step?
Please help me I am totally stuck at this point and its kinda urgent
Uj2011
Comments
By developing custom module
Hi Ujjwala,
Generally, In drupal any customization & integrating can be done by developing your own custom module as per drupal standard so that drupal core understand your source code and accordingly work for it.
So if you are familiar about creating custom module then you can go for now otherwise first familiar how develop a custom module in drupal.
Let me know if you need any other help more .
Thanks,
Tech Musings
Hi Tech_Musings, I have seen
Hi Tech_Musings,
I have seen and tried developing some custom module development.
can u tell me how can i go further with integration?
Ujjwala
need to understand the script
First you need to understand the script and its logic flow and then accordingly using drupal hook and api convert it on drupal module.
I can tell you in more details but for this i need to know little bit more about your script.
Thanks,
Tech Musings