[Dbix-class] adding conditions

Oliver Gorwits oliver.gorwits at oucs.ox.ac.uk
Tue Jan 9 17:41:32 GMT 2007


Octavian Rasnita wrote:
> I want to add some conditions to this query like:
> 
> id_user => $id_user,
> 
> How can I add these conditions after defining $rs?

$rs = $rs->search({id_user => $id_user});



regards,
oliver.
-- 
Oliver Gorwits, Network Infrastructure Group,
Oxford University Computing Services



More information about the Dbix-class mailing list