Hello, I have problem, I can not execute a query
public function itemAction()
{
$query = new Query("SELECT email FROM Contact", $this->getDI());
$contact = $query->execute();
}
I get Empty page :)
model Contact is mapped to the "contact" table
public function getSource()
{
return 'contact';
}
Sorry if I am wrong, but i need help