PDA

View Full Version : Deployment of web application


Russell Collins
06-17-2009, 05:15 PM
Hi,

I have developed a web application using dreamweaver and WA.
I think that WA is the most fabulous set of tools in the world.
I now want to be able to replicate with ease, this application to clients.

Some of the WA solution packs have one config.php file that you edit rather than multiple pages.

Is there anyone who could point me to a url or publication to teach me how to implement this technique?

Regards

Russell Collins

Ray Borduin
06-18-2009, 08:06 AM
A keen observation about WA being the most fabulous set of tools in the world. You are a very wise man.

I can explain it.

Just create a file that defines the values that you want to be able to be updated for each application very easily in a config.php file you place somewhere on your site.

Then anywhere you use those values, make sure to include that file on top of the page so that the variables are defined from it and then refer to those variables in the application in place of the hard coded values.

Russell Collins
06-18-2009, 05:55 PM
Thanks Ray,

Your expertise is greatly appreciated.

Regards

Russ