westdc-zf1/application/models/helper/BcSpamBlock.php

10 lines
264 B
PHP
Executable File

<?php
include_once("bcspamblock.php");
class Zend_View_Helper_BcSpamBlock extends Zend_View_Helper_FormElement{
public function bcSpamBlock($name, $value='', $attribs = null){
$xhtml = bcspamblock_generate(true);
return $xhtml;
}
}