Return Zero

Tag: PHP

StrongQL – Typed SQL for PHP

If you have used PHP, you likely had to deal with a database in one form or another, There are various ways to communicate with the database, you could start with PDO and start using raw queries or you could interact with the database at an object level using a Repository pattern or Active Record […]

Back to top