Created
December 29, 2015 02:08
-
-
Save TheOpenDevProject/f4878962600cd1c66f55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP-Stuffs | |
============= | |
1.Variables | |
2.LHS vs RHS. Types of evaluations | |
3.If i see you use eval() ill fucking kil you | |
4. Never use EVAL()! | |
5.functions | |
6. Classes | |
1.Constructor | |
2.Methods | |
3.Members | |
4.Access Modifiers | |
5.Implements | |
6.Extends | |
7.Satic methods | |
8.Scope and Object Lifetimes | |
8.Factory Design Pattern | |
7. Composer and Autoloading | |
8. PSR Standards << IMPORTANT << LEARN THIS << MUST LEARN SUPER ATTENTION! | |
9.Cross Site anti forgery tokens | |
10. Routing patterns | |
11. Laravel << Once you understand the above dont go use your own. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment