Object-Oriented Blog Process - V

I took the example code from my last post and whipped together a working example of a super-small, super-simple application.

You can download it here.

Unzip somewhere under wwwroot on your server and open index.cfm in your browser.

The code should be fairly easy to understand. I put all product objects in a structure in the session scope - and call the getProductName() and getProductPrice() on the objects to get the information about the products.

Comments