1 <?xml version="1.0" encoding="UTF-8"?>
3 <sect1 id="learning.layout.conclusions">
4 <title>Zend_Layout: Conclusions</title>
7 <classname>Zend_Layout</classname> is a very simple wrapper around
8 <classname>Zend_View</classname> which provides you immediately with the benefits of a Two
9 Step View, giving you the flexibility to create a site-wide design into which you may inject
10 your application content.
14 If you're looking closely at the examples, however, you may come away with the idea that the
15 functionality is relatively limited: how do you alter the page title, inject an optional
16 script tag, or even create an optional sidebar? These questions are addressed with the
17 concept of a "Composite View" -- and are the subject of the next chapter in the tutorial,
18 which covers view "placeholders."