Ben bir yerelleştirme ile başa çıkmak için sınıfları kümesini (çoğunlukla döviz kısmı, aynı zamanda dil) yapmaya çalışıyorum.
Ben mantık nasıl olabileceğini hayal edebiliyorum, ama ben farklı dillerde ve para için kullanmak ne isimleri bilmiyorum. Ben bir ben almak gerekir bunun için birçok ISO standartları, var gördün mü?
Neyse burada da bu konuda yardımcı olabilir durumda ben düşünüyordum mantık:
I would have a Money class, with amount and currency attributes. On creation, the object receives the amount and the currency (an object provided by the localization class maybe?). You can add to or multiply the amount. The add method takes another money object as parameter, and if it has a different currency, a convertion is made automatically. Somewhere an array is stored with all the standard names such as en_US and USD, relating them appropiately, and also relating them to the equivalent in USD as a scalar value. Money objects should be able to print the amounts in different formats, such as $ 1000, or U$s, etc.
- Bu ile başa çıkmak için iyi bir yolu var mı?
- Hangi standar ben takip etmelidir?
- Bunu yapmak için herhangi zaten mevcut Ayırma, php kütüphaneleri biliyor musunuz?