Help me be awesome in PHP/MySQL and make some user groups
May 1, 2009 2:17 PM
Subscribe
Building a comment system, and looking for good introduction to managing groups and users with PHP/MySQL, or a prerolled "user management system".
Ultimately, I need to setup a system for people to register as users, join (or be assigned to) groups, make comments (that are linked to their accounts), and filter comments by criteria (e.g., only show comments by other people in the same group). But, presumably, the "user" stuff would be separate from the "comment" stuff? So...broadly speaking, I need to create users and groups, and then track what every user does.
I found PHP User Class (http://phpuserclass.com/), PHP Users (http://www.majordojo.com/php-users/), and a short Sitepoint article (http://www.sitepoint.com/article/users-php-sessions-mysql/) after some quick Google searching. Anyone have any experience with either of those scripts, or know of any others? Or, know good resources to help me brew my own?
(As for why I am not just using Wordpress or Drupal or etc.,etc.etc.:)
I am working on a site involving a huge repository of text files and the ability to comment on those files. (1) the text files already exist as individual files (versus existing in a database somewhere), and (2) comments need to be on a per-line basis (versus the file as a whole, which is how CMS's usually work). Of course, if, with this vague description, you know of something that might be useful, let me know.
posted by isnotchicago to computers & internet (6 comments total)
3 users marked this as a favorite
posted by avex at 2:25 PM on May 1