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 …
7
votes

PHP MVC Learning Suggestions

The Symfony documentation has a good explanation of MVC in PHP. It works an example from procedura …