/winter2015-lab07

Starter project for COMP4711 Lab 7, Winter2015

Primary LanguagePHPMIT LicenseMIT

Lab 7 Starter Project - XML Processing

This is the starter project for Comp4711 Tutorial/Lab 7.

Intended Usage

Fork this project. Clone it locally. Enhance it per tutorial 6.

Setup

n/a

F.A.Q

How can I test if a string ends in a specific substring? There is a built in function in PHP to do exactly that.

substr_compare($str, $test, strlen($str)-strlen($test), strlen($test)) === 0;

Project Folders

/assets media
/data XML & related documents

License

Please see the license agreement

Resources

Acknowledgement

This project (such as it is) was written by James Parry, Instructor in Computer Systems Technology at the British Columbia Institute of Technology, and Project Lead for CodeIgniter.

CodeIgniter is a project of B.C.I.T.