I don't see why you are creating classes.
When the first page loads select the categories from the database and display them.
On the next page, select the regions from the database where the category matches the orginal category.
On the third page select the positions from the database where the category and regions match.
If you could explain more in depth why you want to use classes I might be able to better understand your problem.
|