Link to home
Start Free TrialLog in
Avatar of sandshakimi
sandshakimiFlag for United States of America

asked on

Treat Drupal Like a Normal PHP Application?

Typical PHP development, I have a local LAMP stack, and use Dreamweaver to edit pages, then FTP up to the host web server.

But should I take a different approach with Drupal? Does it require a different development workflow?

What's the best practice for a single developer? What about a team of developers working on the same Drupal site?
ASKER CERTIFIED SOLUTION
Avatar of scifikillr
scifikillr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You shouldn't have to do much PHP with Drupal because there are modules for most things websites need to do or handle. in order to develop custom modules, you will really have to dig into Drupal to learn about the hooks, etc