Hi, I am developing a project that need IcePhp.
I use profile in the php.ini and the it is like this:
[ProfileTest]
config=C:/TestConfig
slice=C:/Test.ice
the content of "C:/TestConfig" is like this:
Test.Proxy=Test:tcp -h 10.0.0.1 -p 12345
the problem is how can i get value of the properties "Test.Proxy"
now the IcePHP map of Ice::Communicator has no "getProperties" method, anyone can give me a hint?

Reply With Quote
