Project lead, CodeIgniter
Project lead, CodeIgniter
Rework the Email package to be consistent with the other CI4 packages - exceptions, email vs Transporter, unit testing. Being worked on in feature/email branch.
Create a tutorial (or two) explaining clearly how to set up a RESTful API and a corresponding presenter.
Database/SQLite3/PreparedQuery::_execute(..) has todo note... finalize()
Restart of the exception handling code, since the earlier feature branch was way too stale.
Enhancement Project: replace usage of show_error() with exceptions. A class or function, instead of calling show_error to display an error message and then exit, should instead throw a PHP exception....
It seems to me that phpcs/cbf are getting confused with the braced nesting of arrays in some test classes, and giving up. Two examples: I have found a single method...
Another example of a suspect configuration inside PHPCBF ... it is inappropriately aligning subesquent assignment statements on the = sign, violating any reasonable line length rule. Example: public function testBasicHandle()...
Part of moving the project under the umbrella of the CodeIgniter Foundation will affect the mentions of BCIT in the website. Specific changes in Language/en that will need to be...