Saturday, March 12, 2011

how to make in php xml configuration files ?


As a general rule, when you develop any reasonably-complex piece of software, it's a good idea to take time to identify the product's key configuration variables, and then separate these from the standard variable namespace and place them in a separate area. With this process, you can create a centralized repository of application configuration information and simplify the task of modifying the product to work in different environment. It can also help increase a developer's familiarity with, and understanding of, the key pieces of information needed to get the product up and running.
Please see the link : http://www.ibm.com/developerworks/library/x-xjconf/#c2

No comments:

Post a Comment