Thsi is way, way WAY too vague.
What exactly do you need a patern for?
If you simply want to change it, then just do a $var['whatever'] =
value; again in the module you want to change it in. If you want to
redo the config file, then you can just loop through the array,
printing out, each value o
Hi Bruno,
On 7/12/05, Bruno B B Magalhães <[EMAIL PROTECTED]> wrote:
> Hi you all!
> $vars['varname'] = 'varvalue';
>
> And I would like to have a module to change those parameters, but I
> don't know how to write a pattern to match it...
i think you mean an API to help you manage and persist yo
Firstly, I don't know why you want to change your configuration in real
time?
Then if you just keep your configuration in an array, then when you want to
change and use it in your script, you can just $vars['varname'] = "sth
else".
So pls give us more detail.
Best regards,
Shiqi Yang
-O
3 matches
Mail list logo