Re: Storing App Settiings

2004-04-23 Thread olinux
> Unfortunately there is no standard way, i use a > directory called includes > and within that include_top.php includes global > stuff across pages and a > functions.php for functions and defines.php for > defining constants. > parse_ini_file is ok , i have used a modified > function to allow mult

Re: Storing App Settiings

2004-04-22 Thread daniel
>> >> --Bruce >> > > There are many different options. php-general list > might have something in the archives. > > Usually my preferred method is storing application > wide settings and commonly used functions in a file > that is included on each page. > > > > You might also take a look at parse

Re: Storing App Settiings

2004-04-22 Thread olinux
--- Bruce Vander Werf wrote: > I am developing a php/mysql web application, and I > am facing the task of > storing application settings. Because it is web > based, I will need to > read the app settings on a per-session basis. > > I see one of two choices here - store each setting > as a separat

Storing App Settiings

2004-04-21 Thread Bruce Vander Werf
I am developing a php/mysql web application, and I am facing the task of storing application settings. Because it is web based, I will need to read the app settings on a per-session basis. I see one of two choices here - store each setting as a separate record in the table, with the value always s