====== Request for Comments: Improved short tags for templating ====== * Version: 1.0 * Date: 2008-04-03 * Author: Stas Malyshev * Status: Under Discussion ==== Rationale ==== Many template systems use PHP as its underlying language, so that the templates could be parsed and run by the efficient PHP engine, edited by PHP tools, benefit from PHP performance solutions, etc. PHP template can be written in two ways, with full tags: This is a home page for . Last visited at . or short tags: This is a home page for . Last visited at . The second form looks much nicer and cleaner, and can be easily understood and edited by non-PHP people like graphical designers, copy editors, etc. However, to use this form, the **short_open_tag** INI setting should be enabled. When this tag is enabled, **