You are here: Home Training Scheduled PHP Courses Masterclass : Databases with PHP
Document Actions

Masterclass : Databases with PHP

A course for PHP developers wanting to use databases from their PHP Applications in a more effective way

This course aims to help PHP developers develop database driven applications more quickly, effectively and securely.

It covers:

  • Basic database design
    • Gathering requirements effectively
    • Table design
    • Normalisation
  • Using a simple database abstraction layer
    • PEAR MDB2 or PDO
  • Security considerations
    • Using prepared statements
    • String escaping
  • Optimisation and performance issues