Photon Framework Manual
   Next

Photon Framework Manual


Table of Contents

1. Introduction to Photon
2. Getting Started
Requirements
Installation
From Package
From Subversion Repo
3. Quickstart Tutorial
Basic Setup
Actions
PTags
Linking
Reloading
4. PageControllerApp and Actions
5. PTags and the PTagViewRenderer
6. Aspect Oriented Programming

List of Figures

3.1. Our first page viewed in a browser

List of Examples

3.1. /myapp/docroot/index.php
3.2. /myapp/pages/index.php
3.3. /myapp/pages/index.phtml
3.4. /myapp/pages/index.phtml
3.5. /myapp/pages/index.php
3.6. /myapp/docroot/index.php
3.7. /myapp/tags/Page.phtml
3.8. /myapp/pages/index.phtml
3.9. /myapp/pages/index.phtml
3.10. /myapp/pages/client.php
6.1. AOP
6.2. Output
6.3. Authentication Advice

   Next
   Chapter 1. Introduction to Photon