I would like to make my first attempt at writing object-oriented code in PHP, and figure that writing a "Log-In Module" would be a good place, since that is a foundational feature of my websites.
Does anyone know of any books or websites that have sample code or tutorials on this?
Or can someone give me an idea of where to start?
Should I focus on constructing a "Customer" class with properties and methods first?
TomTees