Markers
Table of Contents
Cache.php
Type | Line | Description |
---|---|---|
TODO | 26 | Implement dependancies (clearing a node should clear all childnodes, a expirationdate should not extend beyond the parents expirationdate) |
HtmlTokenizer.php
Type | Line | Description |
---|---|---|
TODO | 45 | T_DTD_ATTRIBUTES opslitsen in meerdere T_DTD_ATTRIBUTE tokens Niet alle tokens hebben een type. Deze tokens bestaan dan uit de data-string i.p.v. een array(token-type, data-string) |
CodeAnalysisTest.php
Type | Line | Description |
---|---|---|
TODO | 17 | Convert to an Utility |
TODO | 17 | Allow failures for classes in php extensions. |
RequiredPhpExtensionsTest.php
Type | Line | Description |
---|---|---|
TODO | 14 | Convert to an utility |
HttpError.php
Type | Line | Description |
---|---|---|
TODO | 20 | Add support for all known HTTP errors http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html |
CrudFolder.php
Type | Line | Description |
---|---|---|
TODO | 177 | $_POST data filteren zodat eventuele $_POST elementen geen fouten geven set_object_vars() |
DatabaseRepositoryBackend.php
Type | Line | Description |
---|---|---|
TODO | 18 | Validate datatypes before retrieving or removing records, because '12a' will be sillently truncated by mysql to 12 |
BelongsToPlaceholder.php
Type | Line | Description |
---|---|---|
TODO | 16 | Implement ArrayAcces and Iterator interfaces. Which the target property might support. |