D
dyinghardrive
Guest
I want to create a PHP class to run sql queries more effectivly
I think I have defined a class correctly like this:
my_class{
myfunction(){
sql query here
}
}
but how do I call/reffer to what I have got?
I think I have defined a class correctly like this:
my_class{
myfunction(){
sql query here
}
}
but how do I call/reffer to what I have got?