|
Posted by Rob on 11/12/11 12:00
On Jan 11, 9:24 pm, Anthony Smith <mrsmi...@hotmail.com> wrote:
> I have a class that calls some web services. I did not want the url of
> the web services to be hardcoded in the class. What is the best way to
> go about doing this?
Anthony, you could do this in a similar way to .Net, by using an
application configuration file.
The file can then be read in using parse_ini_file() -
http://uk.php.net/manual/en/function.parse-ini-file.php
The same thing is sometimes done by storing configuration details in a
database, and reading those in at runtime.
Rob.
Navigation:
[Reply to this message]
|