Explain the flow of information between the 5 main layers of drupal?
Answer / Mr.prateek Sachdeva
1. Request: The process begins with a user request, which is sent to the web server.n2. Web Server: The web server routes the request to the PHP engine.n3. PHP: The PHP engine processes the Drupal core and custom code to generate the appropriate content.n4. Drupal Core: Drupal core handles various tasks such as managing the database, user authentication, and caching.n5. Database: Drupal retrieves and stores data from the database based on the processed request.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why ca not a drupal user edit a node they created?
How to make my drupal site offline to public, while it is under construction?
How do you access the database?
Is it possible to disable a core required modules through drupal admin?
Did you contributed the drupal site (any module)?
How url aliases works in drupal?
why does drupal need a database?
Which of the following are the key characteristics of drupal?
Why you shouldn’t modify core drupal files ?
Why use drupal?
What is the default drupal content item known as?
What are views in drupal?