What can you do with codeigniter that you cant with wordpress?

Discussion in 'PHP' started by macaela, Mar 12, 2013.

  1. #1
    Is there anything that I can add on website using codeigniter that I cannot implement using Wordpress example If I am asked to build exact same site one using wordpress and the other codeigniter what can I do with codeigniter that I wouldnt be able to with Wordpress Backend and Front end??


    I know wordpress has great CMS so its easy for non programers user add content into the site.
    does codeigniter has that already built or do I have to make my own? each time I build a site for a user??
     
    macaela, Mar 12, 2013 IP
  2. Garkoni

    Garkoni Active Member

    Messages:
    213
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #2
    CodeIgniter is a PHP framework. You can do anything with it, including websites.
    Wordpress is a CMS, you can do only websites with it.

    IMO your choice is wordpress :)
     
    Garkoni, Mar 13, 2013 IP
  3. D3Tek

    D3Tek Active Member

    Messages:
    164
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    50
    #3
    Well, Codeigniter is a framework and WordPress is a CMS.

    You have to remember that WordPress has a primary function of being a blog. In reality, you can make WordPress do whatever Codeigniter does, if you have the right knowledge and programming abilities. For example, like I said, WordPress is meant to be a blogging platform, but people turn it into eCommerce sites and portfolio's.

    A CMS is focused towards content management, obviously, like articles and blog posts. A framework will provide you will the basics that you need, the boilerplate code, URL parsing and handling, improved request handling and so on. The rest is what you make of it.

    So it all depends on your project really.
     
    D3Tek, Mar 13, 2013 IP
  4. macaela

    macaela Active Member

    Messages:
    181
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    Hi Thanks guys I think I understand now.
    one more thing do you guys think I need to learn OOP PHP before start learning codeignite??
     
    macaela, Mar 13, 2013 IP
  5. D3Tek

    D3Tek Active Member

    Messages:
    164
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    50
    #5

    Yes. You'll need that knowledge
     
    D3Tek, Mar 13, 2013 IP
  6. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #6
    ... and by the time one has enough knowledge to make a rational decision as to use some garbage framework or not, you no longer need the garbage framework.
     
    deathshadow, Mar 16, 2013 IP
    D3Tek likes this.