Quick search:

pnt.web

PntRequestHandler

Abstract superclass of all http request handlers. Defines:

  • reference to parent requesthandlers in the requesthandler tree,
  • reference the front crontoller,
  • member variable for passing information for the user from one requesthandler to the other
  • formTexts associative arrray of objects for retrieving and validation of form values, used by widgets and SaveAction
  • helper methods used in many requesthandlers.

PntSite

Front Controller class. Objects of this class are the single entrypoint for handling http requests. Site also starts some initializations, like connecting to the database as specified in scriptMakeSettings.php, setting the ErrorHandler, the debugMode.

Specifies application folder and domain model folder, supplies StringConverters, baseUrl and takes care of sessions.

PntStringConverter

Object of this class convert strings to values and back according to their format settings. All user interface String conversions are and should be delegated to StringConverters to make override possible.

 

User Contributed Notes

None yet