Forum Moderators: buckworks
A Customer Object that is capable of managing all functions relating to a customer. Here's brief listing of items you'd want to consider for a customer object:
- Save Method
- Update Method
- Delete Method
- ShopperID Property
- CustomerID Property
- FirstName Property
- LastName Property
- Address Property
- City Property
- State Property
- Zip Property
There are a few patterns that are incredibly useful in more complex web development projects, and I can't for the life of me understand why/how someone would use procedural code for the same tasks. MVC however is the best place to start.
Have fun! :)