Page 1 of 1

MySQLResult Iterator with mysqli

Posted: Sun Mar 30, 2008 4:24 pm
by MonsieurBon
Hello

I only just started to use Swift. As I use mysqli with all my scripts, I'd like to change the MySQLResult Iterator to mysqli. Is there anything else I have to do but change all the statements in MySQLResult.php from mysql to mysqli?

Thx.

Re: MySQLResult Iterator with mysqli

Posted: Tue Apr 01, 2008 3:57 am
by Chris Corbyn
I've never really used MySQLi so I can't answer for certain, but basically I think the answer is no, it should work fine.

My suggestion would be NOT to edit the original file however... just create a new class and base it on the original, or extend the original.