This tutorial is meant for those who can write a PHP function, know what jQuery is, can handle their CSS well, but would like some insider info on how a web service is built from scratch. How should I organize my files, where should I keep my functions, how should I start planning the thing, how should I connect to the database, how should I handle AJAX calls and how should I manage my 404 pages are just some of the questions I try to shed some light on here.
We’ve covered PHP’s PDO API a couple of times here on Nettuts , but, generally, those articles focused more on the theory, and less on the application. This article will fix that! To put it plainly, if you’re still using PHP’s old mysql API to connect to your databases, read on!
To put it plainly, if you’re still using PHP’s old mysql API to connect to your databases, read on!
I watched this great tutorial series on the PHP framework Laravel. I really gives a good introduction to the framework. I think it also gave me a basic idea of what MVC is.
This is a new video tutorial series by my favorite tutorial writer, Jeffery Way.