a very tiny but flexible library for template processing
Have a look into the examples directory for some useful examples incl. template files.
Goals of this library:
object fxl_template __construct( [string $content = false], [array $options = false])
example:
Overridden in child classes as:
void assign( string|array $var, [string|object $val = null])
complete example:
usage examples:
* since version 2.1.1
void assign_block( string $blockname)
bool block_exists( string $blockname)
void clear( )
void display( )
same as:
fxl_template get_block( string $blockname)
string get_content( )