Use a pre-existing Content Management System or build my own

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mudge

    Use a pre-existing Content Management System or build my own

    Hi,

    I am relatively new to PHP, but I don't care about that. I want to build a
    database driven Web site that is really a content management system that
    allows visitors to register and log in and write stories for the web site,
    and also allows visitors to vote on the articles. I'm thinking that maybe I
    should use a content management system in existence already because it
    might save time, then if i need to, i could just change the system to meet
    my needs. I'm just looking for some input on what would be best. Any advise
    would be appreciated.

    Nick
  • Ceg

    #2
    Re: Use a pre-existing Content Management System or build my own

    I've tried quite a few and just last night I happened across one that just
    blew me away. myphpnuke.

    "Mudge" <mark1822@hotma il.com> wrote in message
    news:qCLEc.6174 $XM6.1460@attbi _s53...[color=blue]
    > Hi,
    >
    > I am relatively new to PHP, but I don't care about that. I want to build a
    > database driven Web site that is really a content management system that
    > allows visitors to register and log in and write stories for the web site,
    > and also allows visitors to vote on the articles. I'm thinking that maybe[/color]
    I[color=blue]
    > should use a content management system in existence already because it
    > might save time, then if i need to, i could just change the system to meet
    > my needs. I'm just looking for some input on what would be best. Any[/color]
    advise[color=blue]
    > would be appreciated.
    >
    > Nick[/color]


    Comment

    • Virgil Green

      #3
      Re: Use a pre-existing Content Management System or build my own

      "Mudge" <mark1822@hotma il.com> wrote in message
      news:qCLEc.6174 $XM6.1460@attbi _s53...[color=blue]
      > Hi,
      >
      > I am relatively new to PHP, but I don't care about that. I want to build a
      > database driven Web site that is really a content management system that
      > allows visitors to register and log in and write stories for the web site,
      > and also allows visitors to vote on the articles. I'm thinking that maybe[/color]
      I[color=blue]
      > should use a content management system in existence already because it
      > might save time, then if i need to, i could just change the system to meet
      > my needs. I'm just looking for some input on what would be best. Any[/color]
      advise[color=blue]
      > would be appreciated.[/color]

      Visit www.opensourcecms.com

      I've used phpnuke and heard good things about mambo. Many others to choose
      from.

      - Virgil


      Comment

      • bruno modulix

        #4
        Re: Use a pre-existing Content Management System or build my own

        Mudge wrote:[color=blue]
        > Hi,
        >
        > I am relatively new to PHP, but I don't care about that. I want to build a
        > database driven Web site that is really a content management system that
        > allows visitors to register and log in and write stories for the web site,
        > and also allows visitors to vote on the articles. I'm thinking that maybe I
        > should use a content management system in existence already because it
        > might save time, then if i need to, i could just change the system to meet
        > my needs. I'm just looking for some input on what would be best. Any advise
        > would be appreciated.
        >[/color]
        What you're looking for is quite common and is already implemented in
        most portal-like CMSs. Now if you intend to customize anything, you may
        want to have a look at PhpWebSite, a young but very promising CMS. It
        lacks a bit of documentation, but has the advantage of being *really*
        modular.

        My 2 cents
        Bruno

        Comment

        Working...