| 43 | | * whenever a client makes a request. |
| 44 | | * Filter ???, start a session, construct an ActionController and |
| 45 | | * process the route. |
| | 43 | * whenever a client makes a request. Actions: |
| | 44 | * <ol> |
| | 45 | * <li>Remove forbidden tags and attributes from |
| | 46 | * {@link http://www.php.net/reserved.variables#reserved.variables.get $_GET}, |
| | 47 | * {@link http://www.php.net/reserved.variables#reserved.variables.post $_POST} and |
| | 48 | * {@link http://www.php.net/reserved.variables#reserved.variables.request $_REQUEST}. |
| | 49 | </li> |
| | 50 | * <li>Start a session to keep track of state between requests from |
| | 51 | * the client.</li> |
| | 52 | * <li>Construct an ActionController to process the action.</li> |
| | 53 | * <li>Process the route</li> |
| | 54 | * </ol> |