Red, et al --
...and then Red Wingate said...
%
% Hi,
%
% had the same problem before and got around this by writing my own tiny
% parser that should work just nicely ( as serializing is a pain-in-the-ass when
% editing the .ini file on foot )
Indeed :-)
It looks quite interesting; thanks!
%
Hi,
had the same problem before and got around this by writing my own tiny
parser that should work just nicely ( as serializing is a pain-in-the-ass when
editing the .ini file on foot )
Anyway i switched to using an XML-File now :-)
define ('REGEXP_VARIABLE','[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\x
John, et al --
...and then John Holmes said...
%
% David T-G wrote:
%
% >to store array values in there since that is the logical place to keep
% >config data. If I can't, I could probably use a string with @@ or | in
...
%
% If you really need to define arrays, just put them in a .php file an
David T-G wrote:
I have an ini file for my application and I use parse_ini_file to load it
and some custom code to save modifications. I'd like to figure out how
to store array values in there since that is the logical place to keep
config data. If I can't, I could probably use a string with @@
* Thus wrote David T-G ([EMAIL PROTECTED]):
> Curt, et al --
>
> ...and then Curt Zirzow said...
> %
> % * Thus wrote David T-G ([EMAIL PROTECTED]):
> % >
> % > I have an ini file for my application and I use parse_ini_file to load it
> % > and some custom code to save modifications. I'd like t
Curt, et al --
...and then Curt Zirzow said...
%
% * Thus wrote David T-G ([EMAIL PROTECTED]):
% >
% > I have an ini file for my application and I use parse_ini_file to load it
% > and some custom code to save modifications. I'd like to figure out how
% > to store array values in there since th
* Thus wrote David T-G ([EMAIL PROTECTED]):
> Hi, all --
>
> I have an ini file for my application and I use parse_ini_file to load it
> and some custom code to save modifications. I'd like to figure out how
> to store array values in there since that is the logical place to keep
> config data.
Hi, all --
I have an ini file for my application and I use parse_ini_file to load it
and some custom code to save modifications. I'd like to figure out how
to store array values in there since that is the logical place to keep
config data. If I can't, I could probably use a string with @@ or | i
8 matches
Mail list logo