modern-php icon indicating copy to clipboard operation
modern-php copied to clipboard

Companion code repository for Modern PHP by Josh Lockhart

Results 5 modern-php issues
Sort by recently updated
recently updated
newest added

Implement github suggestions related to [Rendering CSV and TSV data](https://help.github.com/en/articles/rendering-csv-and-tsv-data) topic.

Hello, the scan.php (Ch. 4) did not work by me. I had to change the code as following: ```

This is an update to the example of traits to support newer versions of willdurand/geocoder (+3.x). The Geocoder API since 3.x use HTTP Adapters and returns a list of addresses...

Hello Josh, In the pdo chapter pag 95/96 i would rather use: ``` php // settings.php return [ 'host' => '127.0.0.1', //.... ]; ``` and then set the variable including...