using mysqli as an extended class
Posted: Sat Nov 11, 2006 10:42 am
HI There
I want to start using mysqli method to connect to my db . so far i had a complete class to use with mysql functions.
I tried to wrap the mysqli object as a custom class that query , return the rows as an array and so on.. but couldnt get a working one.
I need a class that use mysqli functions to connect, query , return rows array , and at the end closes the connection .
if anyone can help it would be Great
Thanks
Moshe
I want to start using mysqli method to connect to my db . so far i had a complete class to use with mysql functions.
I tried to wrap the mysqli object as a custom class that query , return the rows as an array and so on.. but couldnt get a working one.
I need a class that use mysqli functions to connect, query , return rows array , and at the end closes the connection .
if anyone can help it would be Great
Thanks
Moshe