04-16-2009, 09:19 PM
|
#3 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
The variable $connect (local to the scope of that function) is not defined and undefined variables don't have methods attached. Which class has an executeQuery method and where is it instantiated?
Edit: Are these both defined in the same class?
|
|
|
|