View/Stream.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_View
- Version
- $Id$
\Zend_View_Stream
Package: Zend_View
Stream wrapper to convert markup of mostly-PHP templates into PHP prior to
include().
Based in large part on the example at
http://www.php.net/manual/en/function.stream-wrapper-register.php
As well as the example provided at:
http://mikenaberezny.com/2006/02/19/symphony-templates-ruby-erb/
written by
Mike Naberezny (@link http://mikenaberezny.com)
Paul M. Jones (@link http://paul-m-jones.com)
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License