Everything's (potentially) a callable

2nd October 2022 7:30 pm

I'm a big fan of callables in PHP in general. They're an extremely powerful way to build applications out of many different reusable…

The ORM Delusion

5th June 2022 6:00 pm

I've used some low-level database interfaces like PDO, and the database interfaces from several frameworks, including Codeigniter, Zend…