YIIl的layout套用
最低层layout:
<html xmlns="http://www.w3.org/1999/xhtml"><head> ...</head><body> <?php echo $content; ?></body></html>
?各模块的layout:
<?php $this->beginContent('application.views.layouts.main'); ?> <?php echo $content; ?><?php $this->endContent(); ?>?