Fatal error: Call to a member function FetchNextObject()
Olá pessoal,
Estou tentando mostrar uns registros do meu banco, mas da o erro:
Fatal error: Call to a member function FetchNextObject() on a non-object in D:\Arquivos de Programas\EasyPHP5.2.10\www\UniTech\admin\produtos_lista.php on line 26
<?php
while($oquefazer->registros = $oquefazer->resultado->FetchNextObject())
{
?>
Obrigado
Discussão (2)
Carregando comentários...