Page 1 of 1

Help understanding linked files

PostPosted: September 7th, 2016, 6:16 pm
by srcurtis
Hi

I have a PHP script that I would like to include into multiple projects and would like advice on the best way to do it as it's been driving me crazy for days now.

I store my projects in Team Foundation Server. When debugging I publish scripts to a development Linux based PHP server and use auto-publish with remote debugging.

If I include a linked file it does not get published when I run the application, nor can I place break-points or debug it.

What am I doing wrong? Is there an alternative method of including a shared file that I am missing?

Any help that might help me understand the best way to include library files into multiple PHP projects would be appreciated.

Thanks

Steve