SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: Recommendations: Flat-file PHP CMS

  1. #1
    SitePoint Member
    Join Date
    May 2007
    Location
    Edinburgh, UK
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Recommendations: Flat-file PHP CMS

    Hi,

    I'm putting up a basic website for a friend -- just a business-card job really -- but I thought I'd see how much I can achieve with PHP available and no database. I found a couple of CMSes that work without a database -- GetSimpleCMS and GuppY -- but both are presenting a few difficulties.

    I wonder if anyone here has had much experience with this type of CMS/blog engine and if so, do you have any recommendations?

    Thanks in advance.

  2. #2
    SitePoint Guru bronze trophy Jeff Mott's Avatar
    Join Date
    Jul 2009
    Posts
    785
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    There's always going to be a database. Even a flat-file is still a database, albeit a less capable and probably slow one. But if your real goal is to have a serverless, zero-configuration database, then I recommend SQLite. You get all the benefits of a SQL database, but it reads from and writes to an ordinary disk file.

    EDIT: And, it looks like people have already tried -- and succeeded -- in making the popular CMSs work with SQLite.
    http://wordpress.org/support/topic/s...th-wordpress-3
    http://api.drupal.org/api/drupal/INSTALL.sqlite.txt/7
    "Folks who know what they're doing make complexity seem simple."

  3. #3
    It's all Geek to me silver trophybronze trophy
    SitePoint Award Recipient ralph.m's Avatar
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    20,303
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    Here are some other nice flat file / no database CMSes I've heard good things about:

    http://unify.unitinteractive.com/
    http://statamic.com/
    http://www.pulsecms.com/
    http://staceyapp.com/
    http://www.cmsimple.org/
    http://www.razorcms.co.uk/
    http://cmsfromscratch.com/

    In particular, I like Pulse, although it has a small cost.
    Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form

    Try your hand at the new JavaScript Challenge!

    If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •