PHP Inheritance, Namespaces, Autoloading




CS174

Chris Pollett

Oct 19, 2020

Outline

Inheritance

Referring to Parents, Final

Namespaces

Using Namespaces

Namespace Conventions

Quiz

Which of the following statements is true?

  1. To add a row to a table foo in SQL, we would use the command ADD foo ...
  2. Generally, prepared statements execute faster and are safer than ad hoc database queries.
  3. A database table is in Boyce-Codd Normal Form if and only if it only has trivial functional dependencies.

Autoloading

More Autoloading

Comments on the Yioop Autoloader