Recent Posts

How does php work?

2 minute read

PHP is an intuitive, server side scripting language. Like any other scripting language it allows developers to build logic into the creation of web page con...

PSR-1: Basic Coding Standard

1 minute read

The first standard is the basic coding standard. These are the basic rules that the voting members of the Framework Interoperability Group feel that you shou...

PSR-14: Event Dispatcher

3 minute read

Event dispatching has been around for a long time, in various forms, in many languages.