File: |
lib.ScriptParser.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
main class |
Class: |
Lib Script Parser
Parse hierarchic configuration files into arrays |
Author: |
By Cornelius Bolten |
Last change: |
bugfix: while recursive parsing, $recLines have been kept (no flush), so the recursion-level was kept which results in wrong parsing-results. this is now fixed.
important if you used two sub-configs.
example:
main = {
main_01 = a
main_02 = b
mainsub_01 = {
mainsub_01a = a
mainsub_01b = b
}
mainsub_02 = {
mainsub_02a = a
mainsub_02b = b
}
this now works correctly. |
Date: |
20 years ago |
Size: |
4,288 bytes |
|
|
|