Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
update
SYNOPSIS
<& update, table => $table, %ARGS &>
DESCRIPTION
A simple widget to perform an update based on the values of %ARGS.
PARAMETERS
table
An <Alzabo::Table> object which contains the row to be updated
The rest of the arguments should simply be the %ARGS
hash as passed to the calling component. This component will extract the relevant column values from that hash.
RETURNS
The row just updated is returned from this component.