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.
我正在尝试从我的 admin.ctp 布局中获取一个公共元素
<?php echo $this->fetch('my_element'); ?>
此函数在我的默认布局中正常工作,但如果从我的管理布局中调用,则会返回一个空字符串。
我正在使用管理员路由前缀。
你能用这个表格吗:
<?php echo $this->element('my_element'); ?>