Roland’s giving his talk on MySQL Stored Procedures at the e Dutch PHP conference. Mostly basics, but with a good extended focus on how work with SPs from PHP.
It’s obviously something that interests people: Quite an audience has shown up even though most have never even gotten as far as reading the manual sections on SPs, much less attempted to use them.
Highlights:
-
mysqlnd
is a native driver for PHP, i.e. it’s written in pure PHP and does not depend on libmysql. Should be …