Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: best module for forum database?

by TedPride (Priest)
on Jun 26, 2006 at 03:55 UTC ( [id://557512]=note: print w/replies, xml ) Need Help??


in reply to best module for forum database?

Seems to me that the only reason you're storing items in a multi-level structure is so you can access posts by timestamp. This doesn't make a whole lot of sense. Use DBI and mySQL and a simple table format, and you may want to install one of the popular forums (phpBB, for instance) as well so you can get some ideas for how to arrange your tables and fields. The way you're currently doing things is a bit of a kludge.

And to be honest, you're probably better off using existing forum software that's been fairly well optimized and bug checked, rather than spending months developing your own. I've been that route, and it isn't pretty.

Replies are listed 'Best First'.
Re^2: best module for forum database?
by keiusui (Monk) on Jun 27, 2006 at 04:11 UTC
    Thanks for the advice.

    We nearly always develop our own code, including forums, search engines, chat rooms, etc. We need to be able to customize our scripts.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://557512]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-25 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found