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 super () python?
What are the popular frameworks in php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What is file upload?
Is php 5.6 secure?
What is the purpose of pear in php?
What are the advantages of triggers?
What does the initials of php stand for?
What is html used for?
How are cookies created?
Which function would you use to determine the length of a string in php?
What is the meaning of xdebug?
Tell me is it possible to protect special characters in a query string?
What is the use of strpos in php?
What is difference between session and cookies in php?