I've got a shopping cart I've been working on.

It's big mess of nested structures and arrays. Right now it is a
structure with each key representing a ship to address. For each
address there is an array which contains a structure containing
Product ID and Qty.

As I build the public display interface I'm wondering
what would be better for performance.

Put everything I need (Product number, description, price, sale price,
etc.) in the initial structure or should I just put the minimum info
(product ID and qty) in the structure and hit the db when I need more
info.

Opinions? :)

jim
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to