filipgutica / winter2015-lab07

Starter project for COMP4711 Lab 7, Winter2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Starter project for COMP4711 Lab 7, Winter2015

License:MIT License


Languages

Language:PHP 79.8%Language:JavaScript 16.4%Language:CSS 2.1%Language:HTML 1.4%Language:ApacheConf 0.3%