![]() |
|
Optional small components / wrappers. More...
Data Structures | |
class | Cookie |
User cookie wrapper. More... | |
class | FileDownload |
Outputs file contents directly to browser, hiding the actual path of the file. More... | |
class | Form |
Html form wrapper. More... | |
class | Image |
Image wrapper. Offers support between image-format conversions, resizing, watermarking and quality management. More... | |
class | Node |
General node for tree like structures. More... | |
class | SqlDateTime |
Date and date-time to sql format conversion. More... | |
class | Tag |
Html tag. More... | |
Optional small components / wrappers.
Helpers are smaller classes that handle specific tasks, or provide wrappers for other components. The main difference between a library and a helper is that a library will offer functionality regarding a subject, and most of the time, a single instance of the library will be enough in order to solve a specific problem, while in the case of helpers, multiple instances can be used, in some cases forming complex ierarchies.