Aktuellste Version dieses Dokuments und der gezeigten Code-Beispiele
https://github.com/janunger/rheinwerk-video-training
XAMPP
https://www.apachefriends.org/de/
MAMP
https://www.mamp.info/de/
PhpStorm
https://www.jetbrains.com/phpstorm/
Web Developer für Google Chrome
https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm
Vergleichs-Operatoren
http://php.net/manual/de/language.operators.comparison.php
Kontrollstrukturen
http://php.net/manual/de/language.control-structures.php
BCMath Rechnen mit beliebiger Genauigkeit
http://php.net/manual/de/book.bc.php
Superglobals
http://php.net/manual/de/language.variables.superglobals.php
Funktionsreferenz
http://php.net/manual/de/funcref.php
Zeichenketten
http://php.net/manual/de/book.strings.php
Ortszeit/Datum formatieren
http://php.net/manual/de/function.date.php
Mathematische Funktionen
http://php.net/manual/de/ref.math.php
var_dump
http://php.net/manual/de/function.var-dump.php
Xdebug
https://xdebug.org/
Xdebug helper für Google Chrome
https://chrome.google.com/webstore/detail/xdebug-helper/eadndfjplgieldjbigjakmdgkmoaaaoc
"Objektorientierte Programmierung" von Bernhard Lahres, Gregor Rayman
http://openbook.rheinwerk-verlag.de/oop/
"Clean Code - Refactoring, Patterns, Testen und Techniken für sauberen Code: Deutsche Ausgabe" von Robert C. Martin
https://www.amazon.de/dp/3826655486/
Zeitzonen
http://www.zeitzonen.de/
Unixzeit
https://de.wikipedia.org/wiki/Unixzeit
Anonyme Funktionen
http://php.net/manual/de/functions.anonymous.php
Entwurfsmuster
https://de.wikipedia.org/wiki/Entwurfsmuster
"Design Patterns. Elements of Reusable Object-Oriented Software" von Erich Gamma, Richard Helm, Ralph Johnson und John Vlissides
https://de.wikipedia.org/wiki/Entwurfsmuster_(Buch)
"PHP Design Patterns" von Stephan Schmidt
https://www.amazon.de/PHP-Design-Patterns-Stephan-Schmidt/dp/389721864X
fopen
http://php.net/manual/de/function.fopen.php
fread
http://php.net/manual/de/function.fread.php
fgetcsv
http://php.net/manual/de/function.fgetcsv.php
jQuery UI Autocomplete - Remote datasource
https://jqueryui.com/autocomplete/#remote
JSON
https://de.wikipedia.org/wiki/JavaScript_Object_Notation
Bildbearbeitung und GD
http://php.net/manual/de/book.image.php
FPDF
http://www.fpdf.org/
Datentypen in MySQL
http://dev.mysql.com/doc/refman/5.7/en/data-types.html
MariaDB
https://de.wikipedia.org/wiki/MariaDB
SQLite
https://de.wikipedia.org/wiki/SQLite
PostgreSQL
https://de.wikipedia.org/wiki/PostgreSQL
SQLite, MySQL und PostgreSQL im Vergleich
https://www.digitalocean.com/community/tutorials/sqlite-vs-mysql-vs-postgresql-a-comparison-of-relational-database-management-systems
Microsoft SQL Server
https://de.wikipedia.org/wiki/Microsoft_SQL_Server
Oracle Database
https://de.wikipedia.org/wiki/Oracle_(Datenbanksystem)
MongoDB
https://de.wikipedia.org/wiki/MongoDB
Neo4j
https://de.wikipedia.org/wiki/Neo4j
Content Management System
https://de.wikipedia.org/wiki/Content-Management-System
WordPress
https://de.wordpress.org/
WordPress Themes
https://de.wordpress.org/themes
WordPress als Software-as-a-Service
https://de.wordpress.com/
Joomla
https://www.joomla.de/
Drupal
https://www.drupal.org/
Typo3
https://typo3.org/
WooCommerce
https://woocommerce.com/
https://de.wordpress.org/plugins/woocommerce/
Magento
https://magento.com/
Shopware
https://de.shopware.com/
WordPress herunterladen
https://de.wordpress.org/txt-download/
Ein Plugin schreiben
https://codex.wordpress.org/Writing_a_Plugin
Plugin API
https://codex.wordpress.org/Plugin_API
OWASP (Open Web Application Security Project)
https://www.owasp.org/
OWASP Top 10
https://www.owasp.org/images/4/42/OWASP_Top_10_2013_DE_Version_1_0.pdf
Die Grundlagen der Web-Anwendungs-Sicherheit
http://martinfowler.com/articles/web-security-basics.html
Password Hashing Funktionen
http://php.net/manual/de/ref.password.php
bcrypt
https://de.wikipedia.org/wiki/Bcrypt
htmlspecialchars
http://php.net/manual/de/function.htmlspecialchars.php
filter_var
http://php.net/manual/de/function.filter-var.php
http://php.net/manual/de/filter.filters.php
Hosting-Anbieter
https://www.hosteurope.de/
https://hosting.1und1.de/webhosting?linkId=hd.subnav.webhosting
https://www.strato.de/
https://uberspace.de/
FTP-Programm Cyberduck
https://cyberduck.io/
Die Konfigurationsdatei php.ini
http://php.net/manual/de/configuration.file.php
Liste der php.ini-Direktiven
http://php.net/manual/de/ini.list.php
Composer
https://getcomposer.org/
Packagist
https://packagist.org/
Symfony
http://symfony.com/
Zend Framework
https://framework.zend.com/
Laravel
https://laravel.com/
Silex
http://silex.sensiolabs.org/
Slim
http://www.slimframework.com/
Testautomatisierung
https://de.wikipedia.org/wiki/Testautomatisierung
PHPUnit
https://phpunit.de/
"Growing Object-Oriented Software Guided by Tests" von Steve Freeman und Nat Pryce
http://www.growing-object-oriented-software.com/