Configuration Options $flexy->compile()

HTML_Template_Flexy

PEAR Manual


new HTML_Template_Flexy

new HTML_Template_Flexy -- constructor

Synopsis

      require_once 'HTML/Template/Flexy.php';
     

new HTML_Template_Flexy ( array $options )

Description

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.

Parameter

  • array $options - anything you need to change from the default settings

Note

This function can not be called statically.



Configuration Options $flexy->compile()

HTML_Template_Flexy

PEAR Manual