What is the difference between Joomla and Drupal?
Answer Posted / ajay kumar
1.joomla is easy to use. even the layman can understand the
admin panel for making chnages where as drupal admin is
quite complex.
2. drupal is best when you want multiple sites and only backend.
3. drupal use smarty , very easy to understand
4. if you know smarty you can easily do make the module in
drupal but in joomla you need to know the understading of
the inbuilt classes
5. lots of help you will get of joomla where as for drupal
help is not available widely
6. i suggest you to learn joomla if u have little knowledge
of core php other wise go for drupal
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is meant by urlencode and urldecode?
How do I know my xampp version?
What is the output of the ucwords function in this example?
What are magic methods?
What is foreach loop in php?
What are headers in php?
Which is the best php framework for a beginner?
What is substr() in php? And how it is used?
How to terminate the execution of a script in PHP?
What are the difference between abstract class and interface in oops?
Which is better mysql or sql?
How to upload file in php?
How does php strcmp work?
Why do we use polymorphism in php?
What type of comments are supported by PHP.