Tariq
Tariq

Reputation: 2871

codeigniter with wordpress

I am planning a new website with codeigniter using wordpress. this site will contain creating online albums, selling presents and gifts, and another one for selling cameras and their accessories. is it recommended using this combination? what are the advantages and disadvantage of this? is there a better solution for building with framework and cms?

Upvotes: 0

Views: 153

Answers (2)

mgilberties
mgilberties

Reputation: 454

Personally (Having experience of both) It all depends on what your objectives are. Are you wanting to quickly and easily pull the project together, or do you have unlimited time and want everything to be feature rich and customized to your exact specification? CodeIgniter will allow you to build each aspect exactly as you want, where as WordPress (through the use of plugins) will allow you to get the end result you want without quiet as much customization. However, that being said there is nothing saying you can't use CodeIgniter and direct traffic to the WordPress part for certain aspects, all down to your personal preference.

Upvotes: 1

Bananenspin
Bananenspin

Reputation: 189

Why did you decided to use a working cms and a php framework together? Just using one of both is enough. The advantage you will have with wordpress is the fact that there are many plugins that are easily to use. For Codeigniter you will have to do all of the codings for yourself but you can build your website like you want it to be!

Upvotes: 0

Related Questions