PEAR Config, need help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • oozzzii

    PEAR Config, need help

    It seems that PEAR Config can help with the following but since is my
    first time using this class I'd like to see suggestions on this
    aproach.

    Need to store information on 20+ apps that users start via a web
    interface. The information for each application looks like:
    .....
    appname=app1
    host=110.180.37 .16
    command=/opt/abc/bin/def -display $DISPLAY

    appname=app2
    host=101.185.17 .15
    command=/opt/ghi/bin/jkl -display $DISPLAY
    ....

    I'm hoping that config will let me read and edit the configuration. I
    hope the information can be stored in one config file but having a file
    for each application would be ok.

    Would welcome any suggestions..Th anks!

Working...