On Nov 9, 2007, at 8:48 PM, John Campbell wrote:
Was anyone else completely annoyed by the way most
of the params were switched between mysql and mysqli where the db link was
required and put as the first param in most functions?
Nah... just use the object notation, and it actually makes more sense.

That's true... the new OO notation nice. I had a couple classes though that were written with the old mysql extension and wanted to quickly update it to use mysqli. I used a simple search and replace for mysql to mysqli, but then realized I need to write a script to swap arguments too.

_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to