PHP
Flatrate
19 € pro Monat
Einzellizenz 1000+ E-Books und Videos Sofortiger Zugang 12 Monate(228 €pro Jahr) Automatische Verlängerung
Mehr Informationen
Chapter 1: Introduction
- Course Objectives; PHP Definition, Syntax, Key Words and Tags
- PHP Development Environment; Whitespace and Comment
- Variables
- Echo vs. Print; Single vs. Double Quotes
- Operators
- Controlling the Flow
- Repeating Codes
- Debugging PHP
- Arrays
- Function; Code Reuse
- Functions - Part 2
- External PHP
- Runtime Error Handling
- Reading a File
- Reading a Configuration File
- Form Processing; Superglobals
- Database Storage - Part 1
- Database Storage - Part 2
- Object-Oriented Development - Part 1
- Object-Oriented Development - Part 2
- Object-Oriented Development - Part 3
- Inheritance Demo
- Exercise 9
- Common Threats
- Security Demo and Exercise 10
- PHP Built-in Constants and Standard PHP Library
- Standard PHP Library Demo - Part 1
- Standard PHP Library Demo - Part 2
- SPL Data Structures and Exception Types
- SPL Data Structures Demo
- SPL Exception Types Demo; Exercise 11
- Relational Database Management Systems and SQL Language
- SQL Statement
- Select Statement Demo - Part 1
- Table Joins and Union
- Select Statement Demo - Part 2
- Joins Demo
- Insert, Update and Delete Commands; Aggregate Functions
- Queries and Store Procedure
- Design Pattern Categories
- Singleton Pattern Demo
- Observer Pattern Demo