In this package, there are 5 files Core classes - Model.class.php - Factory.class.php Introduction to SPL - ArrayList.class.php Demo - Movie.class.php - demo.php Note ==== You are free to modify and use the codes, but make sure you give credit to the author, thanks. Stuff to think ============== Please look at demo.php first and try to imagine how this works before you look at the core classes. (1) Guess - What is inside the Movie class ? (2) Look at the different ways of creating object. -- Roy