Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am developing a wepapp on CodeIgniter, a small portion of the website will need CMS capabilities so the client can update content themselves.

I have looked around for CMS solutions for CodeIgniter, after poking around on major CI-CMS websites, I've reached some conclusions.

  • PyroCMS : Seems fairly new, documentation could be a stumbling block.
  • FuelCMS : Looks very impressive, extensive documentation. According to documentation : can be used when needed and lets you use CI as you normally would.
  • IonizeCMS : Looks good but seems to be more of a CMS only(I could be wrong).
  • These seem to be the top contenders. Do you have any experience in working with any of these or other CMSs that work on CodeIgniter - What is the best option to pick if CMS functionality is just small part of the webapp.

    share|improve this question

    1 Answer

    PyroCMS has been around for a long time and is tried and tested. The documentation is growing here and the Plugin, Tag, Module and Widget architecture mean you can do anything you like.

    http://pyrocms.com/documentation/

    You can download extra modules from our recently launched Add-on area to see how they work:

    http://pyrocms.com/store

    share|improve this answer
    For the sake of transparency, it should be noted that Phil Sturgeon is the creator (I believe...or at least a major contributor) of pyrocms. That said, I agree that it is an awesome CMS for CodeIgniter. – treeface Dec 8 '10 at 20:51
    I probably should have mentioned that. – Phil Sturgeon Dec 9 '10 at 10:09

    Your Answer

     
    discard

    By posting your answer, you agree to the privacy policy and terms of service.

    Not the answer you're looking for? Browse other questions tagged or ask your own question.