All,
So I got LAMP working just fine. How do you that are familiar with php setup your developement environment, esp. if you do the coding from a windows workstation?
With coldfusion we'd just map windows drives and code directly on a dev server (with version control of course). In the MS world visual studio connects to the webserver using frontpage extensions. Is there some parallel way to work with a php ide? I'm specifically looking at Eclipse php plugins on windows connecting to a Linux server. Or do you just write the code, copy it over (samba, ftp, etc.), set permissions, and go? Should I just set a samba share as my web docs directory and code right there? Do you use any integrated version control?
Thanks,
Andy