Explain drupal flow?
Answer / Surjeet Singh
The basic Drupal flow can be broken down into the following steps:n1. User sends a request to the web server.n2. Web server routes the request to PHP for processing.n3. Drupal core loads the requested page and executes any necessary hooks, modules, and themes.n4. The generated output is returned to the web server.n5. The web server sends the response back to the user's browser.
| Is This Answer Correct ? | 0 Yes | 0 No |
Any patch contributed to drupal community?
How is user session handled in drupal?
How to define new regions (sidebar,header, footer) in drupal ?
What are patches in drupal?
Explain about drupal version release dates?
How do I access the drupal admin panel, when the login block is disabled?
How to install drupal?
How do you handle upgrades?
What does sticky at top of lists does in publishing options while creating the front page?
How will you create a new content type using code?
Who invented drupal?
How develop custom modules?