| | 42 | == PHP Security Programming == |
| | 43 | * http://stackoverflow.com/questions/6474783/which-server-variables-are-safe |
| | 44 | * http://stackoverflow.com/questions/4247704/how-tamper-proof-is-the-server-variable-in-php |
| | 45 | == PHP Programming == |
| | 46 | * http://php.net/manual/en/language.constants.predefined.php |
| | 47 | * http://php.net/manual/en/function.getcwd.php |
| | 48 | * http://stackoverflow.com/questions/4645082/get-absolute-path-of-current-script |
| | 49 | * php+curent+directory |
| | 50 | * http://php.net/manual/en/reserved.variables.environment.php |
| | 51 | * http://php.net/manual/en/function.phpinfo.php |
| | 52 | * http://php.net/manual/en/function.readlink.php |
| | 53 | * http://stackoverflow.com/questions/12580330/php-dirname-returns-symlink-path |
| | 54 | * https://bugs.php.net/bug.php?id=46260 |
| | 55 | * php+symlink+path |
| | 56 | * http://php.net/manual/en/function.dirname.php |
| | 57 | === Namespaces === |
| | 58 | * https://www.youtube.com/results?search_query=php+namespaces |
| | 59 | * http://knpuniversity.com/screencast/php-namespaces-in-120-seconds |
| | 60 | == Libraries == |
| | 61 | * https://packagist.org/packages/behat/transliterator |