Search Results

3
votes

What is the best PHP programming book?

I like Schlossnagle's Advanced PHP Programming. It's a great reference with good worked examples for things like se …
1
vote

Advice on Splitting Up an Application

You could split it into four SVN projects - one for each of the three apps and the fourth for the rest of the code. You can then define this shared code as an external for each of the individual a …
6
votes

How do you manage PHP Project Development Lifecycle?

This is how we manage our commercial site: Develop in a local sand box Check-in to SVN Automated build/test from SVN onto internal dev server Scripted deplo …