Infinite Depth
A client wanted to have his products broken down into sub categories. Instead of creating Tables for each layer (i.e. a sub category table) I created a single table with a parent id field which points to the id of the parent category (which is the primary key on this same table). With this architecture they can have as many sub categories as they would like (sub sub categories).
0 COMMENTS