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

10 lines
264 B
PHP
Raw Normal View History

2009-03-06 03:20:46 +00:00
<?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;
}
}