【发布时间】:2013-12-19 05:16:53
【问题描述】:
cake php 中的这些和它们有什么区别?
$this->fetch('title');
$this->extend('/Common/view');
$this->element('shop/cart.ctp');
【问题讨论】:
cake php 中的这些和它们有什么区别?
$this->fetch('title');
$this->extend('/Common/view');
$this->element('shop/cart.ctp');
【问题讨论】:
【讨论】:
您可以从这本在线书籍/页面中学到很多东西:
http://book.cakephp.org/2.0/en/views.html
希望对你有帮助!
【讨论】: