Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在标题的类别字段中显示正在搜索的当前类别的名称。
我试过这段代码,但它显示“数组”。
<?php echo osc_search_category(); ?>
任何想法?
我发现以下代码对我有用
$cName = Category::newInstance()->findNameByPrimaryKey(osc_search_category_id());