帮看看这代码是啥意思?绑定域名吗?

浏览:539 发布日期:2013/11/01 分类:求助交流 关键字: 帮看看这代码是啥意思?绑定域名吗?
public function add_do( )
{
if ( !function_exists( "curl_getinfo" ) )
{
$this->error( l( "curl_not_open" ) );
}
$items_cate = $this->_get_tbcats( );
$this->assign( "items_cate", $items_cate );
$this->display( );
}

public function collect( )
{
$theAppkeyHost = $this->_server( "HTTP_HOST" );
if ( $theAppkeyHost != "www.taobao.com" && $theAppkeyHost != "taobao.com" )
{
return;
最佳答案
评论( 相关
后面还有条评论,点击查看>>