面包屑
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了面包屑相关的知识,希望对你有一定的参考价值。
If you're ever bothered by Cakephp's limited breadcrumbs support for displaying them use this to build your own!
<?php // THE html HELPER NEEDS TO BE ENABLED FOR THIS TO WORK! // USAGE EXAMPLE foreach($html->_crumbs as $crumb){ } ?>
以上是关于面包屑的主要内容,如果未能解决你的问题,请参考以下文章