Help me settle an argument with a coworker... We’re using Zend Framework and PHP and much of the data we deal with includes dates and prices. I’ve been arguing that when the data is retrieved (eith
It is very possible that I totally don\'t understand the Zend aproach in working with curr开发者_Python百科encies.
We want to store product prices and weight (kg/pound) in MySQL. Can somebody tell me what\'s the best way to do this?
Let\'s say I have 2 classes like this: public class A { public string P1{ get; set; } public string P2{ get; set; }