Skip to content

Commit

Permalink
Add links to other useful resources and video tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 11, 2014
1 parent 93a3f81 commit 7b8bac5
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
22 changes: 22 additions & 0 deletions _posts/16-08-01-Sites.md
@@ -0,0 +1,22 @@
---
isChild: true
anchor: other_resources
title: Other Useful Resources
---

## Other Useful Resources {#other_resources_title}

### Cheatsheets

* [PHP Cheatsheets](http://phpcheatsheets.com/) - for variable comparisons, arithmetics and variable testing in various
PHP versions
* [PHP Security Cheatsheet](https://www.owasp.org/index.php/PHP_Security_Cheat_Sheet)

### More best practices

* [PHP Best Practices](https://phpbestpractices.org/)
* [Best practices for Modern PHP Development](https://www.airpair.com/php/posts/best-practices-for-modern-php-development)

### PHP universe

* [PHP Developer blog](http://blog.phpdeveloper.org/)
12 changes: 12 additions & 0 deletions _posts/16-09-01-Videos.md
@@ -0,0 +1,12 @@
---
isChild: true
anchor: videos
title: Video Tutorials
---

## Video Tutorials {#videos_title}

### Paid Videos

* [Standards and Best practices](http://teamtreehouse.com/library/standards-and-best-practices)
* [PHP Training on Pluralsight](http://www.pluralsight.com/search/?searchTerm=php)
File renamed without changes.
1 change: 1 addition & 0 deletions pages/The-Basics.md
Expand Up @@ -35,6 +35,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
Expand Down

0 comments on commit 7b8bac5

Please sign in to comment.