CodeIgniter
CodeIgniter copied to clipboard
Open Source PHP Framework (originally from EllisLab)
In case it doesn't find a view by name, it will look for a folder with the same name containing an index.php. And it will load the index.php $this->load->view('home'); If...
I noticed that the framework uses `ctype_*`, `mb_*`, `hash_*`, `json_*`, `session_*` which are part of the ctype, mbstring, json, session & hash extensions. These extensions are not in the composer.json...
remove deprecated variable variables / string interpolation in variable names
Ref: https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated This is used in `system/libraries/Xmlrpcs.php` ```php /** * Multi-call Function: Error Handling * * @param mixed * @return object */ public function multicall_error($err) { $str = is_string($err) ?...
https://www.php.net/manual/en/function.ctype-digit.php simple fix: ctype_digit((string)$this->cur_page)
A PHP Error was encountered Severity: 8192 Message: trim(): Passing null to parameter #1 ($string) of type string is deprecated Filename: database/DB_query_builder.php Line Number: 1204
When placing CI3 a couple folders down from the root, and one of those folders is multiple words separated by spaces, CI3 does not handle spaces in folder names in...
codeigniter 3.1.13 Not Declaring CSRF Cookies It is randomly working on some platforms and not working in others , for me it is working in Windows but not in MAC...
With 0925b5099919300a239909588351a6482c5e792d there have been proper fixes for CI_Migration and CI_Xmlrpcs classes. But for CI_Codeigniter the former is_callable check has been removed without any substitution. This causes "Serialization of 'ReflectionMethod'...