Simple PHP content management system?

by skyvia
8 replies
I'm about to begin building a website and it needs to be editable by a few different users, only simple stuff like news etc... Should i looking at a content management system? Only I have the software (dreamweaver) to change things on the server, and I wanted something where they could just log in on the site and change an editable area.

I will be using a phpbb on the server, and wondered if there was a equivilant for content management (but simpler)

Many thanks
#content #management #php #simple #system
  • Profile picture of the author Tomos Wyn
    You could create a simple one yourself, but in my opinion check out Open Source CMS Demos & Information - opensourceCMS - they have a range of demos for content management systems, you might find something you like.

    If you do decide to go down the "create your own" route, you mention that only you and a few friends will be able to content, so you'd be looking at creating a simple user system to differentiate between guests and members of staff. Do you want more power over the others? Then you need to look into creating user levels / groups e.t.c.

    Security. You need to make sure that any input you accept on the site (username, password, news content, any uploads) are what they say they are, and come from your site, not anywhere else. You don't want to leave yourself open to CRSF, XSS, SQL Injection attacks and so on.
    {{ DiscussionBoard.errors[4291341].message }}
  • Profile picture of the author pronoun
    I'm not sure how "simple" you need it to be. At the moment I am learning to use a php framework called CodeIgniter. I like it quite a bit. It uses MVC (Model View Controller) approach to php coding. It is totally free and has an absolute BUCKETLOAD of support documentation and a decent following I believe. Hope this helps.
    Signature

    I heard you like sigs.
    So I built a sig in your sig,
    So I can sig while you sig.

    {{ DiscussionBoard.errors[4292468].message }}
  • Profile picture of the author phpdev
    CodeIgniter is not for beginners. I think Joomla is the most easy one you can use for start.
    Signature
    Ali Usman
    PHP, MySql, WordPress, API Programming, E-Commerce Site, Payment Integration, Twilio, SMS Marketing, Custom Development, Wordpress, Joomla, Interspire, BigCommerce, Volusion, 3dCart and many more...
    sales@bluecomp.net
    {{ DiscussionBoard.errors[4299819].message }}
  • Profile picture of the author ohio1975
    have you considered Wordpress? it has CMS capability and is written in PHP. there are many references that you can look up, both online and offline that provide guidance on code tweaks.
    {{ DiscussionBoard.errors[4304172].message }}
  • Profile picture of the author phpguy
    Concrete5 is another options. Easy to use in page editing you dont have to sign in etc.

    concrete5 - Free CMS | Open Source Content Management System
    {{ DiscussionBoard.errors[4305322].message }}
  • Profile picture of the author hendratok
    use wordpress, is verry easy and light
    {{ DiscussionBoard.errors[4309488].message }}
  • Profile picture of the author Jake Gray
    Well, If you are not an advanced user with PHP, Codeigniter would
    not be for you, but if you are - THAT'S EVEN BETTER! Use a pre-created
    CMS for your use.
    {{ DiscussionBoard.errors[4311281].message }}

Trending Topics