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.
无论如何从 cakephp 默认布局中删除 mysql 输出而不需要更改完整的默认布局?
在 default.ctp 的底部有一行
<?php echo $this->element('sql_dump'); ?>
将其更改为
<?php //echo $this->element('sql_dump'); ?>