Build and extend a Conference Directory in PHP. Detailed tutorial for learning to Extend Object-Oriented PHP can be found at https://teamtreehouse.com/library/extending-objectoriented-php
In this repository you will find 4 directories
- The HTML for the Basic Directory with files and detailed comments for adding the PHP needed to build the directory.
/basic-directory-comments - A completed Basic Directory with code that contains detailed comments.
/basic-directory-code - The basic directory with minimum comments just like you would find if starting start to follow allong with the Extend Object-Oriented PHP course at Treehouse
/basic-directory-min - The Extended Directory after completing the Extend Object-Oriented PHP course at Treehouse
/extended-directory