本文整理汇总了PHP中category::option方法的典型用法代码示例。如果您正苦于以下问题:PHP category::option方法的具体用法?PHP category::option怎么用?PHP category::option使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类category
的用法示例。
在下文中一共展示了category::option方法的8个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1:
<div id="tagscontent" class="right_box">
<form name="typeform" method="post" action="<?php echo front::$uri;?>">
<table border="0" cellspacing="0" cellpadding="0" name="table1" id="table1" width="100%">
<tbody>
<tr>
<td width="19%" align="right">栏目</span></td>
<td width="1%"> </td>
<td width="70%"><?php
$archive=archive::getInstance();
echo form::select('catid',get('catid'),category::option());
?>
<?php echo form::submit('更新');
?>
</td></tr></tbody>
</table>
</form>
</div>
示例2: get_form_field
function get_form_field() {
$arr=array(0=>'全站使用');
return array(
'catid'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(category::option(0,'tolast',$arr)),
'default'=>get('catid'),
'regex'=>'/\d+/',
'filter'=>'is_numeric',
),
'ishtml'=>array(
'selecttype'=>'radio',
'select'=>form::arraytoselect(array(0=>'继承',1=>'生成',2=>'不生成')),
),
'checked'=>array(
'selecttype'=>'radio',
'select'=>form::arraytoselect(form::yesornotoarray('审核')),
),
'image'=>array(
'filetype'=>'image',
),
'displaypos'=>array(
'selecttype'=>'checkbox',
'select'=>form::arraytoselect(array(1=>'首页推荐',2=>'首页焦点',3=>'首页头条',4=>'列表页推荐',5=>'内容页推荐')),
),
'htmlrule'=>array(
'tips'=>" 默认:{?category::gethtmlrule(get('id'),'showhtmlrule')}",
),
'template'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(front::$view->archive_tpl_list()),
'tips'=>" 默认:{?category::gettemplate(get('id'),'showtemplate')}",
),
'introduce_len'=>array(
'default'=>config::get('archive_introducelen'),
),
'attr1'=>array(
'selecttype'=>'checkbox',
),
);
}
示例3: modify
<span class="hotspot" onmouseover="tooltip.show('管理本栏目下内容');" onmouseout="tooltip.hide();"> <a href="<?php echo modify("/act/list/table/archive/catid/$d1[$primary_key]");?>" class="a_management"></a></span>
<span class="hotspot" onmouseover="tooltip.show('删除这个栏目');" onmouseout="tooltip.hide();"><a onclick="javascript: return confirm('确实要删除吗?');" href="<?php echo modify("/act/delete/table/$table/id/$d1[$primary_key]");?>" class="a_del"></a></span>
</td>
</tr>
{/loop}
<?php } unset($d1);unset($data1);unset($data11);?>
{/loop}
</tbody>
</table>
</div>
<div class="blank10"></div>
<input type="hidden" name="batch" value="">
<input class="btn_d" type="button" value=" 排序 " name="order" onclick="this.form.action='<?php echo modify('act/batch',true);?>'; this.form.batch.value='listorder'; this.form.submit();"/>
<input class="btn_e" type="button" value=" 移动到 " name="delete" onclick="if(getSelect(this.form) && confirm('确实要移动ID为('+getSelect(this.form)+')的栏目吗?')){this.form.action='<?php echo modify('act/batch',true);?>'; this.form.batch.value='move'; this.form.submit();}"/>
<?php echo form::select('catid',0,category::option());?>
</form>
<div class="page"><?php echo pagination::html($record_count); ?></div>
<div class="blank10"></div>
示例4: lang
" onsubmit="search_check();" method="post">
<input type="text" name="keyword" value="<?php
echo lang(pleaceinputtext);
?>
" onfocus="if(this.value=='<?php
echo lang(pleaceinputtext);
?>
') {this.value=''}" onblur="if(this.value=='') this.value='<?php
echo lang(pleaceinputtext);
?>
'" class="o_text" style="width:208px;" />
<div class="blank5"></div>
<?php
echo form::select('catid', front::post('catid'), category::option(0, all, $op = array(0 => '' . $lang['all_columns'] . '')));
?>
<div class="blank5"></div>
<input name='submit' type="submit" value=" <?php
echo lang('search');
?>
" class="s_btn_a" align="middle" />
</form>
<div class="clear"></div>
</div>
<div class="l_box_bottom"></div>
示例5:
$catimagechecked = '';
}
$tag_config['length'] = 20;
$tag_config['limit'] = 10;
$tag_config['thumb'] = 0;
*/
$tplarray=include(ROOT.'/template/'.config::get('template_dir').'/tpltag/tag.config.php');
$tplarray=$tplarray['category'];
$tag_config=$data['setting'];
?>
<?php
echo "<tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">栏目</td><td width="1%"> </td><td width="70%">'.form::select('catid', $tag_config['catid'], category::option()).'<span class="hotspot" onmouseover="tooltip.show(\'默认所有栏目!\');" onmouseout="tooltip.hide();"><img src="images/remind.gif" alt="" width="14" height="20" style="margin-left:10px; margin-right:5px;"></span>';
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">子栏目<td width="1%"> </td><td width="70%">';
echo '<input type="checkbox" name="subcat" id="subcat" class="radio" '.$subcatchecked.' /><span class="hotspot" onmouseover="tooltip.show(\'默是否调用栏目下级子栏目!\');" onmouseout="tooltip.hide();"><img src="images/remind.gif" alt="" width="14" height="20" style="margin-left:10px; margin-right:5px;"></span>';
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">栏目名称<td width="1%"> </td><td width="70%">';
echo '<input type="checkbox" name="catname" class="radio" id="cat_name" '.$catnamechecked.' /><span class="hotspot" onmouseover="tooltip.show(\'默是否调用栏目名称!\');" onmouseout="tooltip.hide();"><img src="images/remind.gif" alt="" width="14" height="20" style="margin-left:10px; margin-right:5px;"></span>';
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">封面内容<td width="1%"> </td><td width="70%">';
echo '<input type="checkbox" class="radio" name="categorycontent" id="categorycontent" '.$categorycontentchecked.' /><span class="hotspot" onmouseover="tooltip.show(\'是否调用栏目封面内容!\');" onmouseout="tooltip.hide();"><img src="images/remind.gif" alt="" width="14" height="20" style="margin-left:10px; margin-right:5px;"></span>';
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">栏目图片<td width="1%"> </td><td width="70%">';
echo '<input type="checkbox" class="radio" name="catimage" id="catimage" '.$catimagechecked.' /><span class="hotspot" onmouseover="tooltip.show(\'是否调用栏目说明图片!\');" onmouseout="tooltip.hide();"><img src="images/remind.gif" alt="" width="14" height="20" style="margin-left:10px; margin-right:5px;"></span>';
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">标签模板<td width="1%"> </td><td width="70%">';
echo form::select('tagtemplate', $tag_config['tagtemplate'], $tplarray);
示例6: get_form
function get_form() {
return array(
'parentid'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(category::option(0,'isnotlast')),
'default'=>get('parentid'),
),
'ishtml'=>array(
'selecttype'=>'radio',
'select'=>form::arraytoselect(array(0=>'继承',1=>'生成',2=>'不生成')),
'default'=>0,
),
'isshow'=>array(
'selecttype'=>'radio',
'select'=>form::arraytoselect(array(1=>'正常显示',0=>'禁用')),
),
'ispages'=>array(
'selecttype'=>'radio',
'select'=>form::arraytoselect(array(1=>'分页',0=>'单页')),
'default'=>1,
),
'includecatarchives'=>array(
'selecttype'=>'radio',
'select'=>form::arraytoselect(array(1=>'包含',0=>'不包含')),
'default'=>1,
),
'scategory'=>array(
'tips'=>" 被调用的格式 categories(\$catid,'标记')",
),
'image'=>array(
'filetype'=>'image_mui',
),
'template'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(front::$view->archive_tpl_list('archive/list')),
'default'=>"{?category::gettemplate(get('id'),'listtemplate',false)}",
//'tips'=>" 默认:{?category::gettemplate(get('id'))}",
),
'listtemplate'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(front::$view->archive_tpl_list('archive/list')),
'default'=>"{?category::gettemplate(get('id'),'listtemplate',false)}",
//'tips'=>" 默认:{?category::gettemplate(get('id'),'listtemplate')}",
),
'showtemplate'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(front::$view->archive_tpl_list('archive/show')),
'default'=>"{?category::gettemplate(get('id'),'showtemplate',false)}",
//'tips'=>" 默认:{?category::gettemplate(get('id'),'showtemplate')}",
),
'templatewap'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(front::$view->archive_tpl_list('wap/list')),
'default'=>"{?category::gettemplate(get('id'),'listtemplatewap',false)}",
//'tips'=>" 默认:{?category::gettemplate(get('id'))}",
),
'listtemplatewap'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(front::$view->archive_tpl_list('wap/list')),
'default'=>"{?category::gettemplate(get('id'),'listtemplatewap',false)}",
//'tips'=>" 默认:{?category::gettemplate(get('id'),'listtemplate')}",
),
'showtemplatewap'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(front::$view->archive_tpl_list('wap/show')),
'default'=>"{?category::gettemplate(get('id'),'showtemplatewap',false)}",
//'tips'=>" 默认:{?category::gettemplate(get('id'),'showtemplate')}",
),
'showform'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(get_my_tables_list()),
'default'=>"0",
),
'isnav'=>array(
'selecttype'=>'radio',
'select'=>form::arraytoselect(array(1=>'显示',0=>'不显示')),
),
'ismobilenav'=>array(
'selecttype'=>'radio',
'select'=>form::arraytoselect(array(1=>'显示',0=>'不显示')),
),
'htmlrule'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(getHtmlRule('category')),
'default'=>'',
),
'listhtmlrule'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(getHtmlRule('category')),
'default'=>'',
),
'showhtmlrule'=>array(
'selecttype'=>'select',
'select'=>form::arraytoselect(getHtmlRule('archive')),
'default'=>'',
),
);
}
示例7: uri
<div class="blank5"></div>
<div style="float:left;width:500px;">
<form name="searchform" id="searchform" action="<?php echo uri();?>" method="post">
栏目
<?php echo form::select('search_catid',get('search_catid')?get('search_catid'):0,category::option()); ?>
分类
<?php echo form::select('search_typeid',get('search_typeid')?get('search_typeid'):0,type::option()); ?>
标题
<input type="text" name="search_title" id="search_title" value=""/>
<input type="submit" value="搜索" name="submit" class="button"/>
<div class="blank10"></div>
地区
<?php echo form::select('search_province_id',get('search_province_id')?get('search_province_id'):0,area::province_option()); ?>
<?php echo form::select('search_city_id',get('search_city_id')?get('search_city_id'):0,area::city_option(get('search_city_id'))); ?>
<?php echo form::select('search_section_id',get('search_section_id')?get('search_section_id'):0,area::section_option(get('search_section_id'))); ?>
专题
<?php echo form::select('search_spid',get('search_spid')?get('search_spid'):0,special::option()); ?>
</form>
</div>
<div style="float:right;">
<a href="{special::url($special['spid'])}" target="_blank" class="btn_d">{$special[title]}</a>内容管理
</div>
<div class="blank5"></div>
<div id="tagscontent" class="right_box">
示例8: array
}
}else{
$tag_config['length'] = 20;
$tag_config['limit'] = 10;
$tag_config['thumb'] = 0;
}
*/
$tplarray=include(ROOT.'/template/'.config::get('template_dir').'/tpltag/tag.config.php');
$tplarray=$tplarray['content'];
$tag_config=$data['setting'];
?>
<?php
echo "<tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">栏目<td width="1%"> </td><td width="70%">'.form::select('catid', $tag_config['catid'], category::option());
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">子栏目<td width="1%"> </td><td width="70%">'.form::select('son', $tag_config['son'], array("否","是"));
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">分类<td width="1%"> </td><td width="70%">'.form::select('typeid', $tag_config['typeid'], type::option());
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">专题<td width="1%"> </td><td width="70%">'.form::select('spid', $tag_config['spid'], special::option());
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">地区<td width="1%"> </td><td width="70%">';
echo form::select('province_id', $tag_config['province_id'], area::province_option());
echo form::select('city_id', $tag_config['city_id'], area::city_option());
echo form::select('section_id', $tag_config['section_id'], area::section_option());
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";
echo '<td width="19%" align="right">标题截取字数<td width="1%"> </td><td width="70%">';
echo form::input('length', $tag_config['length'], 'class="input_c"');
echo "</td></tr><tr onmouseover=this.bgColor='#FFFFF0'; onmouseout=this.bgColor=''; bgcolor=''>";