You're right, I think what confused me is the first line in the delete
() method:
public function delete ($clazz, $id) {
if (!is_array($id)) $id = array($id);
...
}
I understood that this function always expects an array as second
argument.
Oooops, sorry, my mistake.
On 17 oct, 13:23, Jonathan Ariel <
ionat...@gmail.com> wrote:
> This is not really a problem with Outlet but the way you use it.In the case