CodeIgniter v4.5 API

Markers

Table of Contents

system/Cache/Handlers/MemcachedHandler.php 1
system/Database/BaseConnection.php 1
system/Database/SQLSRV/Builder.php 4
system/Database/SQLSRV/Forge.php 3
system/HTTP/DownloadResponse.php 1
system/HTTP/Response.php 1
system/HTTP/ResponseInterface.php 1
system/HTTP/ResponseTrait.php 2
system/Router/RouteCollection.php 1
system/Session/Session.php 1
system/Test/Mock/MockConnection.php 1
system/View/Cell.php 1

MemcachedHandler.php

Type Line Description
FIXME 228 third parameter isn't other handler actions.

BaseConnection.php

Type Line Description
TODO 599 BC set $queryClass default as null in 4.1

Builder.php

Type Line Description
TODO 30 auto check for TextCastToInt
TODO 30 auto check for InsertIndexValue
TODO 30 replace: delete index entries before insert
TODO 176 implement check for this instead static $insertKeyPermission

Forge.php

Type Line Description
TODO 420 Support for cascade
TODO 47 missing charset, collat & check for existent
TODO 56 missing charset & collat

DownloadResponse.php

Type Line Description
TODO 262 Do downloads need CSP or Cookies? Compare with ResponseTrait::send()

Response.php

Type Line Description
TODO 154 Recommend removing reliance on config injection

ResponseInterface.php

Type Line Description
TODO 196 Recommend moving to Pager

ResponseTrait.php

Type Line Description
TODO 124 Recommend moving to Pager
TODO 271 Recommend researching these directives, might need: 'private', 'no-transform', 'no-store', 'must-revalidate'

RouteCollection.php

Type Line Description
TODO 31 Implement nested resource routing (See CakePHP)

Session.php

Type Line Description
TODO 87 address memcache & redis needs IMPORTANT: You are REQUIRED to set a valid save path!

MockConnection.php

Type Line Description
TODO 62 BC set $queryClass default as null in 4.1

Cell.php

Type Line Description
TODO 270 Determine if this can be refactored to use $this-getMethodParams().

Search results