Explain the drupal 7 architecture.
Answer / Sohan Sagar Jha
Drupal 7 follows a modular design, with core functionality separated into modules. It has a PHP-based API for developers to create and manage content, handle user authentication, and implement custom functionality. The system uses the PhpBB database abstraction layer (DBAL) to interact with databases, and it employs a template engine to render HTML pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I create a view in drupal 7?
What is entity in drupal ?
Which module is required for google, facebook, twitter login?
How will you create a field using code?
What is Drupal main menu?
What is a website node?
Compare joomla and drupal terminology?
How database system of drupal works ?
How do I disable commenting on articles in drupal?
Single sign on functionality
Which module can be used for e-commerce?
How do I update my composer?