Explain the flow of information between the 5 main layers of drupal?
Answer Posted / 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 |
Post New Answer View All Answers