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


Please Help Members By Posting Answers For Below Questions

What is "print" in php?

520


Inside a php function, what param needs to be set in order to access a global variable?

534


What is the difference between substr() and strstr()?

780


What are the new features in php 7?

495


Does php support function overloading?

559






What is the super method?

552


What are the different types of statements that are present in php?

537


How do I end a php session?

503


What are the php variables?

524


Tell me what are sql injections, how do you prevent them and what are the best practices?

504


How do I escape data before storing it in the database?

570


What is difference between static and constant?

528


What is the difference between single quoted string and double quoted string?

516


How we get browser details of clients machine?

516


How can php and javascript interact?

742