Changeset 23155
- Timestamp:
- 10/17/09 14:00:42 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
components/templating/trunk/doc/02-Templating.markdown
r22300 r23155 94 94 Hello <?php echo $name ?> 95 95 96 <?php $this->render('embedded', array('name' => $name)) ?>96 <?php echo $this->render('embedded', array('name' => $name)) ?> 97 97 98 98 Within a template, the `render()` method is the same as the one used to render