Pragmatism in the real world

ID != id

I’ve finally updated the source code to my Zend Framework tutorial so that the hidden field in the form is named “id” rather than “ID”. A minor error that meant that editing didn’t work! This is because in PHP $_POST['id'] is not the same as $_POST['ID']!

Whilst I was poking around the source code, I also changed the Zend Auth tutorial to use $db rather than $dbAdapter so that it is consistent with the first tutorial. I’ve updated the PDF to reflect this too.

I’ve also updated the Zip files for both tutorials too.