Have you developed a CMS in PHP?

Discussion in 'PHP' started by madmax728, Apr 23, 2008.

  1. #1
    Hi, I am a programmer (which made my skin 10 shades lighter :eek:) I just started Web-CMS.us as I make many CMSs. I was wondering if you guys have developed them too.
     
    madmax728, Apr 23, 2008 IP
  2. phpl33t

    phpl33t Banned

    Messages:
    456
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yup, coded quite a few. I prefer portals.
     
    phpl33t, Apr 23, 2008 IP
  3. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #3
    Hundreds of them for client and personal use. Am coding a big one with many unique features atm for either sale or free release.
     
    blueparukia, Apr 24, 2008 IP
  4. madmax728

    madmax728 Banned

    Messages:
    620
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ah what type of features?
     
    madmax728, Apr 24, 2008 IP
  5. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #5
    Yes, give away all my secrets :p

    One thing I am not so protective of is the HTML->PHP template converter, so you can just convert any ol' template you buy or find on the internet into a wonderful, PHP/Ajax driven CMS template.

    Easy to code for is another advantage/feature, for example:

    
    $db->select("*","users","WHERE username='1'");
    
    Code (markup):
    Can run the query in MySQL, PgSQL or MSSQL - tough the framework is easy to work with to integrate new db systems, or

    
    $secretClassName->new_user(username,password,email,usergroup,language)
    Code (markup):
    Pretty much explains itself.

    For the rest - think lots and lots of Ajax, with PHP fallbacks for Search engines and users with no JS.
     
    blueparukia, Apr 24, 2008 IP
  6. madmax728

    madmax728 Banned

    Messages:
    620
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Oh, I never knew they were secrets.
    You were talking about free release, so I thought it was open source.
     
    madmax728, Apr 24, 2008 IP
  7. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #7
    ^^It probably will be, but that doesn't mean I want someone to beat me to it ;)
     
    blueparukia, Apr 24, 2008 IP