Live Coding PHP OOP Project #8

Today I added the Request PHP object. This class holds the properties of a HTTP request including the HTTP method that was used and the query string. I also tested this object using Codeception unit tests. This is an archived live coding stream from the How To Code Well Twitch channel. Watch the stream here I am building this project for a FreeCodeCamp course that I am developing. The project will be an invoicing system which will be written in PHP and use MySQL and D
Back to Top