page.php
Page
Zed. The immensity of stars. The HyperShip. The people.
(c) 2010, Dereckson, some rights reserved. Released under BSD license.
This controller handle the /page URL.
It allows to prints a content page.
The code of the content page to print must be included in the URL: /page/quux will print the quux page.
To edit a page, append ?mode=edit to the URL.
It uses the page_edit.tpl view to edit and the raw.tpl view to print pages.
Versions of the edited pages are saved in a separate table but it's not a wiki, it's for backup purposes.