Preserved Topic: Getting started - PHP/MySQL user database (Page 1 of 1) |
|
---|---|
Maniac (V) Lord Mad Scientist Sovereign of all the lands Ozone and just beyond that little green line over there... From: Stockholm, Sweden |
posted 08-27-2002 14:02
OK, I've built (and am building new) PHP publishing tools, that's my focus all this week anyway. I've not really done much of it using MySQL though, since I only need to deal with one user, the admin. (What I've been doing is writing the files directly to disk, and then just calling them direct. Fast and neat, usually.) |
Paranoid (IV) Inmate From: Sthlm, Sweden |
posted 08-27-2002 14:41
I think I've got what seems to be the recepie for you needs (or at least something that gives you the database plus a series of generic functions for creating/editing/deleting almost anything, pages objects, properties, users permissions and so on). |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-27-2002 15:21
hm, since I'm more the roll my own kind of guy, I can't help you with an open source solution. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 08-27-2002 15:34
The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 08-27-2002 18:52
A couple of places first check out the script library at zend and then you may want to check out phpclasses.org (free reg) Both of these offer code snippets (usually OOP classes) that do much of this. I usually hate using pre-built "applications" such as PHP-Nuke etc. These are usually much more than I need so these two resources have been invaluable. |