Classes
\
Name | Description | |
---|---|---|
Exception | No description available | EMPTY |
\MvcLite
Name | Description | |
---|---|---|
Cache | Defines the caching mechanism | PASSED |
Config | Registry | PASSED |
Controller | Base Controller | PASSED |
Dispatcher | Base Dispatcher | PASSED |
Exception | Base Exception | EMPTY |
File | Class to contain logic for accessing files | PASSED |
FilterAbstract | Main Abstract Filter | UNTESTED |
FilterChain | Base Filter | PASSED |
ModelAbstract | Abstract Model | UNTESTED |
ObjectAbstract | Base Object Class | PASSED |
Request | Base Request | PASSED |
Response | Base Response | PASSED |
Session | Session handling class | PASSED |
View | Base View Class | EMPTY |
\MvcLite\Filter
Name | Description | |
---|---|---|
CamelcaseToDash | camelcase to dash filter | PASSED |
CamelcaseToUnderscore | camelcase to underscore filter | PASSED |
ClassToCamelcase | class to camelcase filter | PASSED |
DashToCamelcase | dash to underscore filter | PASSED |
DashToUnderscore | dash to underscore filter | PASSED |
Pluralize | pluralize filter | PASSED |
SeparatorToUcwords | pluralize filter | PASSED |
StringToLower | string to lower filter | PASSED |
StringToProper | string to upper filter | PASSED |
StringToUpper | string to upper filter | PASSED |
UnderscoreToCamelcase | string to upper filter | PASSED |
UnderscoreToDash | underscore to dash filter | PASSED |
\MvcLite\View
Name | Description | |
---|---|---|
HelperAbstract | Base View Helper class | PASSED |
\MvcLite\View\Helper
Name | Description | |
---|---|---|
Csv | Csv View Helper class | PASSED |
Exception | Exception message view helper | PASSED |
Form | HTML Form View Helper class | PASSED |
InputCheckbox | Checkbox Input View Helper class | PASSED |
InputElementAbstract | Base Form Element Helper class | PASSED |
InputPassword | Password Input View Helper class | PASSED |
InputSelect | Select Input View Helper class | PASSED |
InputSubmit | Submit Input View Helper class | PASSED |
InputText | Text Input View Helper class | PASSED |
InputTextarea | Text Input View Helper class | PASSED |