Help for this page

Select Code to Download


  1. or download this
    <Database>
            username        name
            password        secret
    ...
    HostRoot        /home/httpd/kinotrope
    Templates       var/templates/
    ...
    
  2. or download this
    $c = Kinotrope::Configuration->new();
    
    $username = $c->conf('database/username');
    %db_conf = $c->conf_hash('database'); # { username => 'name', password
    + => ... }