Configuration Options | $flexy->compile() |
HTML_Template_Flexy | |
PEAR Manual | |
require_once 'HTML/Template/Flexy.php'; |
new
HTML_Template_Flexy (
array
$options
)
The Object Constructor accepts options as its arguments. Normally, you do not need to provide any options, as they are set by the PEAR::getStaticPropery(), as described in the configuration.
array $options - anything you need to change from the default settings
This function can not be called statically.
Configuration Options | $flexy->compile() |
HTML_Template_Flexy | |
PEAR Manual | |