Wij slaan cookies op om onze website te verbeteren. Is dat akkoord? Ja Nee Meer over cookies »
Artikelnummer: 117651270

PHP Training

Artikelnummer: 117651270

PHP Training

159,00 192,39 Incl. btw

PHP E-Learning Bekroonde E-Learning Training Uitgebreide interactieve video's met gesproken tekst Gecertificeerde docenten Praktische oefeningen Certificaat.

Lees meer
Kortingen:
  • Koop 2 voor €155,82 per stuk en bespaar 2%
  • Koop 3 voor €154,23 per stuk en bespaar 3%
  • Koop 5 voor €147,87 per stuk en bespaar 7%
  • Koop 10 voor €143,10 per stuk en bespaar 10%
  • Koop 25 voor €135,15 per stuk en bespaar 15%
  • Koop 50 voor €124,02 per stuk en bespaar 22%
  • Koop 100 voor €111,30 per stuk en bespaar 30%
  • Koop 200 voor €79,50 per stuk en bespaar 50%
Beschikbaarheid:
Op voorraad
Levertijd:
Voor 17:00 uur besteld! Start vandaag. Gratis Verzending.
  • Award Winning E-learning
  • De laagste prijs garantie
  • Persoonlijke service van ons deskundige team
  • Betaal veilig online of op factuur
  • Bestel en start binnen 24 uur

PHP E-Learning Training

Bestel deze geweldige, bekroonde PHP E-Learning Training cursus online!
✔️ 1 jaar 24/7 toegang tot uitgebreide interactieve video's, praktijkopdrachten en voortgangsbewaking.
✔️ Ontvang na afronding een certificaat van deelname.

Waarom kiezen voor deze opleiding?

De PHP E-Learning Training biedt een compleet leertraject voor het ontwikkelen van dynamische en interactieve websites met behulp van PHP. PHP is een van de meest populaire server-side programmeertalen die wereldwijd wordt gebruikt. Deze cursus combineert theorie en praktijk, zodat je direct aan de slag kunt met het ontwikkelen van robuuste webtoepassingen.

Wat je zult leren:

  • LAMP-stack configureren: Leer hoe je een complete LAMP-stack (Linux, Apache, MySQL, PHP) kunt opzetten voor webontwikkeling.
  • PHP programmeren: Ontdek de basisprincipes van PHP en ga dieper in op gevorderde functionaliteiten zoals formulierverwerking, sessiebeheer en objectgeoriënteerd programmeren.
  • MySQL-database-integratie: Leer hoe je PHP kunt integreren met MySQL om gegevens te beheren en dynamische content te genereren.
  • Webtoepassingen bouwen: Ontwikkel een volledig functionele webapplicatie van begin tot eind, inclusief gebruikersauthenticatie en dynamische datavisualisatie.
  • Best practices: Begrijp de beste methoden voor het schrijven van veilige en efficiënte PHP-code.

Wie zou moeten deelnemen?

Deze cursus is ideaal voor:

  • Beginnende ontwikkelaars die willen leren hoe ze websites en applicaties kunnen bouwen met PHP en MySQL.
  • Ervaren programmeurs die hun kennis van PHP willen verdiepen en geavanceerde technieken willen leren.
  • Webontwikkelaars die willen overstappen naar server-side programmeren en de LAMP-stack willen gebruiken.
  • IT-studenten die praktische ervaring willen opdoen met PHP en database-integratie.
  • Freelancers en ondernemers die zelf dynamische websites willen ontwikkelen voor hun projecten.

Cursusinhoud

Building Dynamic Web Sites with LAMP Stack

Installation of Linux Operating System

Course: 35 Minutes

  • Course Introduction
  • The Architecture of Linux
  • Installing the Linux Operating System
  • Working with the Linux Command Line
  • Editing a File in Linux
  • Configuring a Network Service in Linux

Installation of Apache Web Server

Course: 19 Minutes

  • Installing the Apache Web Server
  • Verifying the HTTPd Daemon
  • Viewing Apache Logs

Installation of MySQL Database Server

Course: 19 Minutes

  • Storing Data in a Table in RDBMS
  • Installing MySQL on Linux
  • Verifying the MySQL Database
  • Securing the MySQL Installation
  • Configuring the MySQL Server
  • Creating a Table and Adding Data

Installation of PHP Packages

Course: 40 Minutes

  • Installing PHP Packages
  • Using Decision-making Operators in PHP
  • Using Loops in PHP
  • Connecting PHP with MySQL
  • Selecting Data from MySQL Database
  • Installing phpMyAdmin
  • Administering MySQL Database by Using phpMyAdmin

Practice: Building a LAMP Stack
Course: 9 Minutes

MySQL Improved Extension

Course: 41 Minutes

  • Course Introduction
  • Comparing MySQLi and PDO
  • Installing and Configuring MySQLi
  • Using Persistent Connections with MySQLi
  • Using Prepared Statement with MySQLi
  • Using Stored Procedures with MySQLi
  • Executing Multiple Statements with MySQLi
  • Creating Transactions by Using MySQLi

Managing MySQL Data by Using MySQLi

Course: 33 Minutes

  • Creating Databases and Tables by Using MySQLi
  • Inserting Data into a Database by Using MySQLi
  • Retrieving Data from Database by Using MySQLi
  • Updating Data by Using MySQLi
  • Deleting Data by Using MySQLi

Practice: Using MySQLi to Manage Data

Course: 10 Minutes

  • Exercise: Connect MySQL with PHP by Using MySQLi

Working with PHP Data Objects

Course: 29 Minutes

  • Installing and Configuring PDO
  • Creating Connections with PDO
  • Creating Transactions and Autocommit by Using PDO
  • Using Prepared Statements with PDO
  • Using Stored Procedures with PDO
  • Handling Errors by Using PDO

Managing Data by Using PDO

Course: 43 Minutes

  • Creating Database and Tables by Using PDO
  • Inserting Data into a Database by Using PDO
  • Retrieving Data from Database by Using PDO
  • Updating Data by Using PDO
  • Deleting Data by Using PDO

Practice: Using PDO to Manage Data

Course: 10 Minutes

  • Exercise: Connect MySQL with PHP by Using PDO10

PHP Applications with the Zend Framework

PHP Frameworks

Course: 13 Minutes

  • Course Introduction
  • Framework Fundamentals
  • MVC Fundamentals
  • Zend Framework Concepts
  • Installing PHP

Zend Framework Fundamentals

Course: 28 Minutes

  • Introducing the Zend Framework
  • Development Environment Requirements
  • Installing Composer
  • Installing the Zend Framework
  • Installing the Zend Skeleton Application
  • Web Server Configuration

Zend Modules

Course: 30 Minutes

  • Zend Module Fundamentals
  • Module Directory Structure
  • Creating Module Folders (for custom module)
  • Creating Module Files
  • Zend ModuleManager
  • Installing the ZFTool Using Composer
  • Creating a Zend Module Using the ZFTool

Controllers and Views

Course: 30 Minutes

Practice: Zend Framework MVC

Course: 9 Minutes

  • Exercise: Creating a Test Zend Module

Databases and the Zend Framework

Course: 22 Minutes

  • Course Introduction
  • Installing MySQL
  • Zend Models and Data Persistence
  • Creating a Model
  • Creating a TableGateway Object
  • Configuring the TableGateway Object

Zend Database Actions

Course: 31 Minutes

  • Configuring the Database Connection
  • Adding a Service Locator
  • Configuring the Read Action
  • Configuring the Add Action
  • Configuring the Edit Action
  • Configuring the Delete Action

Practice: Creating a Database Connection

Course: 13 Minutes

  • Exercise: Retrieving Data from MySQL

Layout and Navigation

Course: 19 Minutes

  • Customizing the Layout
  • Adding Breadcrumb Navigation
  • Configuring the MVC for Pagination
  • Adding the Pagination Bar

Advanced Application Functionality

Course: 43 Minutes

  • Internationalization Fundamentals4
  • Using the Poedit Tool
  • Adding Internationalization (Part 1)
  • Adding Internationalization (Part 2)
  • Adding Zend\Mail
  • Adding Site Authentication
  • Authenticating Specific Areas of the Application

Practice: Adding Features to Your Zend App

Course: 6 Minutes

 Ga aan de slag met PHP E-Learning Training!

✔️ Leer stap voor stap hoe je krachtige webapplicaties ontwikkelt met PHP en de LAMP-stack.
✔️ Oefen met praktijkgerichte taken en test je voortgang met interactieve tools en rapportages.
✔️ Behaal een certificaat dat je kennis en vaardigheden valideert.

Bestel nu jouw cursus en begin vandaag nog aan jouw reis naar professionele PHP-ontwikkeling!

Lesduur 8:48 uur
Taal Engels
Certificaat van deelname Ja
Online toegang 365 dagen
Voortgangsbewaking Ja
Award Winning E-learning Ja
Geschikt voor mobiel Ja
Aanschaf Eenmalig bedrag

Er zijn nog geen reviews geschreven over dit product.

Loading...

OEM Office Elearning Menu Genomineerd voor 'Beste Opleider van Nederland'

OEM Office Elearning Menu is trots genomineerd te zijn voor de titel 'Beste Opleider van Nederland' door Springest, een onderdeel van Archipel. Deze erkenning bevestigt onze kwaliteit en toewijding. Hartelijk dank aan al onze cursisten.

Beoordelingen

Er zijn nog geen reviews geschreven over dit product.

Combideals

25.000+

Springest: 9.1 - Edubookers 9.0

3500+

20+

Gerelateerde ICT Trainingen & Cursussen en Meer