From d81fe2f72cb16f93d2b09083305c1bfddcc6778c Mon Sep 17 00:00:00 2001 From: Ken Guest Date: Thu, 28 Oct 2021 16:56:09 +0100 Subject: [PATCH] Add link for smknstd/modern-php-cheatsheet --- _posts/16-08-01-Sites.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/16-08-01-Sites.md b/_posts/16-08-01-Sites.md index fe03257..6802431 100644 --- a/_posts/16-08-01-Sites.md +++ b/_posts/16-08-01-Sites.md @@ -8,8 +8,8 @@ title: Other Useful Resources ### Cheatsheets -* [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various -PHP versions +* [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various PHP versions. +* [Modern PHP Cheatsheet](https://github.com/smknstd/modern-php-cheatsheet) documents modern (PHP 7.0+) idioms in a unified document. * [OWASP Security Cheatsheets](https://www.owasp.org/index.php/OWASP_Cheat_Sheet_Series) - provides a concise collection of high value information on specific application security topics. ### More best practices