PHP Classes

Property load does not follow Java

Recommend this page to a friend!

      Properties  >  All threads  >  Property load does not follow Java  >  (Un) Subscribe thread alerts  
Subject:Property load does not follow Java
Summary:Property load does not follow Java
Messages:1
Author:John Torr
Date:2006-04-04 21:41:43
 

  1. Property load does not follow Java   Reply   Report abuse  
Picture of John Torr John Torr - 2006-04-04 21:41:43
Using Java to load properties you can specify the property multiple times with different values and the last occurance will be the value of the property.

With this class the opposite is true, The first occurence of the property is taken and sucessing properties of the same name are ignored.