I kinda missed the point of this thing..any real life examples..? :)
    
    --Jani
    

On Sat, 22 Feb 2003, Marcus Börger wrote:

>At 18:20 22.02.2003, Marcus Boerger wrote:
>>helly           Sat Feb 22 12:20:06 2003 EDT
>>   Log:
>>   @Added dba handler inifiles to support ini files. (Marcus)
>
>If someone wants to test this stuff:
>
>The layout of the inifile is:
>"[" <group> "]"
><name> ws* "=" ws* <value> ws*
>
>The dba keyformat to use is: [ "[" <group> "]" ] [ <name> ]
>
>For example:
>
>dba_insert("[Testgroup]Testvalue", "Value", $f) will insert(append) 
>"Testvalue" with value "Value" to group "Testgroup".
>dba_delete("[Testgroup]Testvalue", $f) will remove the "Testvalue" from the 
>group "Testgroup".
>dba_delete("[Testgroup]", $f) will remove the complete group "Testgroup".
>
>Lines before any group line are possible, too. These are identified by the 
>group "[]" for now.
>Maybe i will change this to "".
>
>Some work is still to be done but in general it works pretty nice here.
>
>regards
>marcus
>
>
>
>

-- 
<- For Sale! ->


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to