hello friends. I want to know that which one framework or CMS is the best to do PHP.
Like wordpress,elgg,joomla,megento etc
Which is the right choice.?
I want to know also that what is the difference between CMS and Framework ?
hello friends. I want to know that which one framework or CMS is the best to do PHP.
Like wordpress,elgg,joomla,megento etc
Which is the right choice.?
I want to know also that what is the difference between CMS and Framework ?
That really all depends on what you want to do with you framework/CMS;
Common to most of them is that they work closely with MySQL, some of the newer frameworks works better with PHP 5+ but not all of them.
If you are building something yourself I highly recommend CodeIgniter
Wordpress, Drupal, Joomla.
All perfeclty good pieces of software, with different strengths and weaknesses. Very hard to recommend one over the other (or even whether to use one at all) without knowing more about your requirements and/or technical background.
You mentioned CMS's there. It depends how big is your site and what's the purpose of it. If it's a blog or a simple website that you want to be able to easily update you can use Wordpress. If it's a small shop you can also use Wordpress with this plugin http://wordpress.org/extend/plugins/quick-shop/ If it's a large shop, I recommend Magento.
CMS means Content Management System, its an application that is already developed you need to just deploy.
Whereas Framework is a codebase on which you can build/develop your application. Your Answer for easiest CMS to deploy is quite subjective.