I want to do a query that finds the date, but the query below is finding even when I do not pass value or when it is a value that has nothing to do with date:
$busca = $this->Despesa->find('all', array('data_despesa' => '2'));
In t...
asked by
22.10.2015 / 01:04