[PHP] Re: application-wide shared data/object

2005-07-28 Thread Al
Aiguo Fei wrote: In ASP.Net there is the concept of "application" which is a virtual directory on a Web server. An application can have application-wide shared data/objects, which can be accessed by any script of that application (i.e., scripts under the virtual directory). I have gone through se

[PHP] Re: application-wide shared data/object

2005-07-27 Thread Aaron Greenspan
Hi, Not sure if everyone would agree, but I think the best way to go about doing this is just to make a table in a relational database. You can restrict access permissions using MySQL if that's something you're really concerned about, but there's basically no disadvantage to just storing your