> >I would like to build a 100% DB contained web site.  Meaning all users home
> >directories, files etc.. exists within a database.  Any examples or places
> >to look would be greatly appreciated.

I am working on a similar project, look at http://www.jazzvalley.com.

I have about 5000 musicians in my database, and each one has his own
homepage, automatically generated but also containing stuff which can be
personalized for each musician.

Same thing for musical scenes, with a completely different
implementation technique (much more personalization).

I am now working on an extension to this system, which will allow each
of the musicians to have a unique URI access, the URI's (non-existent, a
priori) being analysed by translation handlers and automatically
translated into script calls with parameters.

Lincoln and Doug's book contains excellent and very complete
explanations on how translation handlers work, thanks to Eric Cholet who
pointed me to the right direction.

Victor.

Reply via email to