ZENDFRAMEWORK SCRIPTS
Filters
A parser to convert some tags in a proper html
Pz_View_Filter_Tags is a parser to convert some tags in a proper html. Usage: $filter = new Pz_View_Filter_Tags(); $text = '[code]sample text[/code]' echo $filter->filter($text); Code: <?php class...1