Quote:
Originally Posted by Angel_Light
Organize data, riiight...
|
Well they can.
PHP Code:
this.food = new TStaticVar();
this.food.fruit = new TStaticVar();
this.food.fruit.pear.whatever
this.food.fruit.peach.whatever
...
and so forth

. Another example could be a container system. OO allows for better constructs of code and for easy reading.