0 users online. Create an account or sign in to join them.Users
- Symphony 2.2.3
-
› assets11 -
› boot9 -
› core22 -
› email-gateways3 -
› toolkit67 -
› Unknown33 - Delegates87
- Deprecated30
Versions
Options
-
Classes
-
Administration
The Administration class is an instance of Symphony that controls all backend pages.
-
Cacheable
The Cacheable class is used to store data in the dedicated Symphony cache table.
-
Configuration
The Configuration class acts as a property => value store for settings used throughout Symphony.
-
Cookie
The Cookie class is a wrapper to save Symphony cookies.
-
DatabaseExceptionHandler
The DatabaseExceptionHandler provides a render function to provide customised output for Database exceptions.
-
DateTimeObj
The DateTimeObj provides static functions regarding dates in Symphony.
-
Frontend
The Frontend class is the renderer that is used to display FrontendPage's.
-
FrontendPageNotFoundExce…
The
FrontendPageNotFoundExceptionHandlerattempts to find a Symphony page that has been given the '404' page type to render the SymphonyErrorPage error, instead of using the Symphony default. -
GenericErrorHandler
GenericErrorHandlerwill catch any warnings or notices thrown by PHP and raise the errors to Exceptions so they can be dealt with by theGenericExceptionHandler. -
GenericExceptionHandler
GenericExceptionHandler will handle any uncaught exceptions thrown in Symphony.
-
Log
The Log class acts a simple wrapper to write errors to a file so that it can be read at a later date.
-
Session
The Session class is a handler for all Session related logic in PHP.
-
Symphony
The Symphony class is an abstract class that implements the Singleton interface.
-
SymphonyErrorPageHandler
The SymphonyErrorPageHandler extends the GenericExceptionHandler to allow the template for the Exception to be provided from the
TEMPLATESdirectory
-
-
Interfaces
-
Singleton
The Singleton interface contains one function,
instance(), the will return an instance of an Object that implements this interface.
-
-
Exceptions
-
FrontendPageNotFoundExce…
FrontendPageNotFoundExceptionextends a default Exception, it adds nothing but allows a different Handler to be used to render the Exception -
SymphonyErrorPage
The SymphonyErrorPage extends the default Exception class.
-
-
Constants