Juka Posted September 30, 2011 Share Posted September 30, 2011 Hello! I recently started programming in oop php. I have a school assignment where I'm stuck. I need to do this with oop. I need to create an application that prints a list of products (preparing for the web shop): I have 3 different types of products: - car - fuel - only a certain type of fuel goes into certain cars - oil - only a certain type of oil goes in a certain car Each product has its own attributes (eg, name, price, ...) Every car has a list of related products according to the above rules. I'm not sure how to start. I would appreciate any help. Thanks in advance! Link to comment https://forums.phpfreaks.com/topic/248148-oop-php/ Share on other sites More sharing options...
jcbones Posted September 30, 2011 Share Posted September 30, 2011 Start here Link to comment https://forums.phpfreaks.com/topic/248148-oop-php/#findComment-1274252 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.