Archive for Wednesday, 22nd July 2015

| 22/07/2015, 13:56 Another week another PHP technical test

Due to working on a test for a new potential role, I’ve been made to take a slightly deeper look into using database calls with mysqli (the MySQL Improved extension).

I admit that since acquiring an official fave object-relational-mapping tool for PHP - Redbean - I have stopped caring too much about lower level differences in PHP database abstractions libraries/extensions because Redbean like many others just uses PDO. I hadn’t, for instance, realised that parameter binding is perfectly possible with PDO and has been for quite some time.

Read More...