Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. PHPTemplate is the default template engine for the Drupal content management system. It was written in 2005 by Adrian Rossouw for Drupal 4.7. PHPTemplate is the most widely used Drupal theme engine. Because PHPTemplate files are pure PHP, they execute more quickly than most other D ...Täielik kirjeldus
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. PHPTemplate is the default template engine for the Drupal content management system. It was written in 2005 by Adrian Rossouw for Drupal 4.7. PHPTemplate is the most widely used Drupal theme engine. Because PHPTemplate files are pure PHP, they execute more quickly than most other Drupal template engines; all of the functionality of PHP, and the entire Drupal API, is available to Drupal theme developers in any template file. The PHPTemplate engine introduced an elegant dynamic evaluation model which allows programmers to selectively override any theme function in a hierarchical manner, thereby minimizing changes required for theme customizations. PHPTemplate themes are not restricted to outputting HTML, but can generate arbitrary textual output, such as alternative non-HTML MIME markup, e.g., Curl or various kinds of XML, (SVG, DocBook, or Open Office XML), or other text-based formats such as JSON, CSV, YAML, etc.