Starting to write some code for the inventory system I've been dreaming up. The goal is to have an inventory system that ties hardware parts to systems, and tracks each part's history, serial number, warranty info, etc. There are a few systems out there, but they're all a little too heavy weight for what I want. So, I started to write my own. Using PHP -- did I mention that PHP has terrible object-oriented programming constructs? Things like it supports function overloading, but not multiple constructors...
Anyways, I've written the host management side of system, which allows input of basic information for each host that has parts in it.
More to come...
