Can we include one php file multiple times?
Answer / Shobhit Kumar Gupta
In Drupal, you can use include() or require() functions to include a PHP file multiple times. However, including the same file multiple times might cause unintended consequences if the file contains global variables or functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are blocks in drupal?
What does pdo mean in drupal?
What is database abstraction layer ?
What is the use of Media query for this layout field in the layout and general settings?
What is the difference between hook_init, hook_boot, hook_exit?
What is front end and back end?
Explain the database system in drupal.
What is comment moderation in drupal?
What are the required core modules in d7?
What are the files required for theme and module?
How to add custom php codes in pages using drupal?
What is the use of Rate field while setting up taxes?