I would like to make a condition where you only display the birthdays of the month. My controller looks like this:
public function index()
{
$ultimoDia = date("t", mktime(0,0,0,date('m'),'01',date('Y')));
$condicoes['order'] = array('F...
asked by
18.09.2015 / 14:39