Finish up PHP, Creating and Administering a Web Development Environment




CS174

Chris Pollett

Sep 30, 2013

Outline

Introduction

Inheritance

Referring to Parents, Final

Traits

Namespaces

Using Namespaces

Quiz

Which of the following statements is true?

  1. On Unix, PHP typically communicates with a Mysql database using LINQ.
  2. In PHP, the constructor function of a class is a method with the same name as the name of the class.
  3. PHP sessions make use of HTTP cookies.

Exceptions

Generators

Version Control Systems