(Note: this tutorial is in the writing process and not complete at this time. However you may find the first chapters useful anyway.)
In this tutorial we will write an application that serve pages from static files without any HTML and will show how to handle error messages from tk_self.
We will also use a template language, even if this is not really neccessary as PHP can be embedded into HTML. However, PHPTAL adapts the Zope Page Templates which are a real benefit for writing websites.
To start a new web-application, there are some preparation steps first.