What is the difference between Joomla and Drupal?
Answer Posted / maninderdhiman
Joomla and Drupal are both CMS but they have lot of
difference. Like Joomla use plugin and modules but in Drupal
we can use modules only. Drupal is SEO Friendly whereas in
Joomla you need to buy a plugin. Drupal use smarty where as
Joomla use his own code format. In Druapl we can create
multiple website with single installation.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is composer phar?
What are access specifiers?
Write down the code for saving an uploaded file in PHP.
What is final class and final method in php?
Do csrf tokens expire?
What is split function in php?
What is the difference between explode () and split () functions in php?
What is __ construct in php?
What does $_env mean?
How To Get the Uploaded File Information in the Receiving Script?
How can we get the error when there is a problem to upload a file?
How to read the entire file into a single string?
How can you pass a variable by reference?
Is php still relevant 2019?
What is difference between ksort() and usort() functions.