Hi!.
I'm new in phalcon. I want to load a select with data from a table.
In the view i have this:
echo Phalcon\Tag::Select('lugar_nac', Ciudades::find(), array(
'using' => array('id_ciudad', 'ciudad'),
'useEmpty' => true,
'emptyText' => '...',
'emptyValue' => ''
));
show me: Wrong number of parameters