Classes and interfaces

App

Application container

« More »

AppEvent

Application event

« More »

Route

Route

« More »

Classes and interfaces

ExceptionInterface

Marker interface for Phlyty exceptions

« More »

DuplicateRouteException

Exception indicating a duplicate route was detected

« More »

HaltException

Exception indicating a halt condition

« More »

InvalidControllerException

Exception indicating an invalid controller

« More »

InvalidMethodException

Exception indicating an invalid HTTP method

« More »

InvalidRouteException

Exception indicating an invalid route type

« More »

InvalidViewModelException

Exception indicating an invalid view model prototype

« More »

PageNotFoundException

Exception indicating a 404 condition

« More »

PassException

Exception indicating we should pass on to next matching route

« More »

Classes and interfaces

ViewInterface

View interface

« More »

MustacheView

Mustache view -- proxies to phly_mustache

« More »

MustacheViewModel

Base view model for use with Mustache.

« More »