Hi,
I need to develop a web based manual for a corporative intranet.
After thorougly browsing the paper version of the manual, I concluded that each main topic will have a maximum of 4 threads or branches (each level or branch can hold a variable amount of sub-items).
The question is, if OOP would be the best way to cope with this? For example creating objects and implementing methods to create; drop or mofify branches.
I know nothing about OOP; but if statements are strong enough; I will learn how to do OOP.
Thanx in advance.