Difference between revisions of "PHPLights/Documentation/liblights"

From Linuxnetworks
Jump to: navigation, search
(access + auth)
(timer)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* [http://php.net/exceptions Exception]
 +
** [[PHPLights/Documentation/liblights/LsDBException|LsDBException]]
 +
** [[PHPLights/Documentation/liblights/LsFactoryException|LsFactoryException]]
 +
** [[PHPLights/Documentation/liblights/LsParameterException|LsParameterException]]
 +
** [[PHPLights/Documentation/liblights/LsSecurityException|LsSecurityException]]
 
* [[PHPLights/Documentation/liblights/LsAccessAll|LsAccessAll]]
 
* [[PHPLights/Documentation/liblights/LsAccessAll|LsAccessAll]]
 
* [[PHPLights/Documentation/liblights/LsAuthAll|LsAuthAll]]
 
* [[PHPLights/Documentation/liblights/LsAuthAll|LsAuthAll]]
Line 18: Line 23:
 
* [[PHPLights/Documentation/liblights/LsDispatcher|LsDispatcher]]
 
* [[PHPLights/Documentation/liblights/LsDispatcher|LsDispatcher]]
 
** [[PHPLights/Documentation/liblights/LsDispatcherDefault|LsDispatcherDefault]]
 
** [[PHPLights/Documentation/liblights/LsDispatcherDefault|LsDispatcherDefault]]
* [http://php.net/exceptions Exception]
 
** [[PHPLights/Documentation/liblights/LsDBException|LsDBException]]
 
** [[PHPLights/Documentation/liblights/LsFactoryException|LsFactoryException]]
 
** [[PHPLights/Documentation/liblights/LsParameterException|LsParameterException]]
 
** [[PHPLights/Documentation/liblights/LsSecurityException|LsSecurityException]]
 
 
* [[PHPLights/Documentation/liblights/LsFactory|LsFactory]]
 
* [[PHPLights/Documentation/liblights/LsFactory|LsFactory]]
 +
** [[PHPLights/Documentation/liblights/LsFactoryDecoratorAspect|LsFactoryDecoratorAspect]]
 +
** [[PHPLights/Documentation/liblights/LsFactoryDefault|LsFactoryDefault]]
 
* [[PHPLights/Documentation/liblights/LsFileUpload|LsFileUpload]]
 
* [[PHPLights/Documentation/liblights/LsFileUpload|LsFileUpload]]
 
* [[PHPLights/Documentation/liblights/LsHttpHeader|LsHttpHeader]]
 
* [[PHPLights/Documentation/liblights/LsHttpHeader|LsHttpHeader]]
Line 42: Line 44:
 
* [[PHPLights/Documentation/liblights/LsStorage|LsStorage]]
 
* [[PHPLights/Documentation/liblights/LsStorage|LsStorage]]
 
** [[PHPLights/Documentation/liblights/LsStorageHolder|LsStorageHolder]]
 
** [[PHPLights/Documentation/liblights/LsStorageHolder|LsStorageHolder]]
*** [[PHPLights/Documentation/liblights/LsStorageSecHolder|LsStorageSecHolder]]
+
** [[PHPLights/Documentation/liblights/LsStorageSecurityAspect|LsStorageSecurityAspect]]
 
** [[PHPLights/Documentation/liblights/LsStorageSessionNative|LsStorageSessionNative]]
 
** [[PHPLights/Documentation/liblights/LsStorageSessionNative|LsStorageSessionNative]]
 
* [[PHPLights/Documentation/liblights/LsTimer|LsTimer]]
 
* [[PHPLights/Documentation/liblights/LsTimer|LsTimer]]
 +
** [[PHPLights/Documentation/liblights/LsTimerDefault|LsTimerDefault]]
 +
** [[PHPLights/Documentation/liblights/LsTimerNone|LsTimerNone]]
 
* [[PHPLights/Documentation/liblights/LsToolkit|LsToolkit]]
 
* [[PHPLights/Documentation/liblights/LsToolkit|LsToolkit]]
  

Latest revision as of 16:47, 6 October 2007



Back to Overview