Add links to other useful resources and video tutorials

This commit is contained in:
jrfnl
2014-12-11 02:02:23 +01:00
parent d621ed0e41
commit fe46acb357
4 changed files with 35 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ if (strpos('testing', 'test') !== false) { // true, as strict comparison was
* [Comparison operators](http://php.net/language.operators.comparison)
* [Comparison table](http://php.net/types.comparisons)
* [Comparison cheatsheet](http://phpcheatsheets.com/index.php?page=compare)
## Conditional statements