YIIl的layout沿用

YIIl的layout套用最低层layout:html xmlnshttp://www.w3.org/1999/xhtmlhead.../headbody?php

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(); ?>
?