I need to pass two arrays to a view, is it possible to do this?
Arrays are created as follows:
$cliente = ORM::factory('cliente')->where('id', '=', $id)->find();
$usuario = ORM::factory('usuario')->where('codCliente', '=', $cliente...
asked by
06.03.2014 / 21:12