Sources for file docs/configuring.txt in version 3.0



Click on a comment to hide it. Click here to show all comments.
Configurating xnyo is always the same, and you can change the settings of at any timeprovided that
the settings weren
't needed at start up (otherwise your changes wont affect anything, because start
up has already occured...)

To configure xnyo you need to get the class initialised first like so:
        include_once '
xnyo.class.php';
    $xnyo = new xnyo;
?>

After this you can change any configuration you like by accessing the property directly:
        $xnyo->property = '
value';
?>

See each feature for configuring its specific options.




Website is Copyright © Odynia.org 2000-2005 - Xnyo is released under a BSD license.