What is the difference between Joomla and Drupal?
Answer Posted / mayank drupal developer
Joomla is based on a framework that is made of classes and
objects while drupal don't use the class/object model.
drupal make use of associated array. Drupal provide the
hooks to extends the functionality. It supports the function
and theme overriding on various levels. It has a very big
code base that is very easy to understand.
Drupal has the some modules in pocket that the joomla going
to copy the functionality. One of them is CCK
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is http get and post?
Which php framework is best for beginners?
Explain me what is the importance of "method" attribute in a html form?
What is "echo" in php?
What is isset in php form?
What is final keyword in php?
How long is a php session valid?
What does the unset() function means?
What are the rules to declare a php variables?
Write down the code for save an uploaded file in php.
What the use of var_dump()?
Can I use php in visual studio?
what the new feature add in php 7.2?
What function do we use to find length of string, and length of array?
What is the php function that removes the last element of the array and returns it?