in reply to Re: Tangram
in thread Tangram
And repeat this as many times necessary for each country. Then use set everything up, and use DBI to get the items from a shopping cart as usual (name, price, other attributes). Then my app would work as if my currency variables had been declared at startup, so I wouldn't have to do a 'select' myself to find out what the price of an item was in Reals?my $real = new Currency; $real->name('Real'); $real->country('BR'); $real->dolarValue(1.81);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Re: Tangram
by btrott (Parson) on May 16, 2000 at 22:18 UTC |