Base functionality for a PHP based website

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

    Base functionality for a PHP based website

    Hi,

    Is there a simple to understand and modify php app available that I could
    use as basis for a somewhat more complex website? Or are there apps that I
    could use to generate such php scripts?

    Some of the requirements are: login based user accounts, database access,
    storing various records on a per user basis, a common area for sharing of
    records, voting, template based UI etc.

    Thanks,

    A



  • Adam Plocher

    #2
    Re: Base functionality for a PHP based website

    Have you checked out PHP Nuke? http://phpnuke.org/ You can write
    modules for it, but it's basically a prefab CMS.

    Comment

    • a

      #3
      Re: Base functionality for a PHP based website

      > Have you checked out PHP Nuke? http://phpnuke.org/ You can write[color=blue]
      > modules for it, but it's basically a prefab CMS.
      >[/color]

      Thanks, I'll check it out.

      A


      Comment

      Working...