Changes

Jump to navigation Jump to search
140 bytes added ,  22:38, 18 June 2015
Line 106: Line 106:     
If there's no record for the $key it will return false.
 
If there's no record for the $key it will return false.
 +
 +
for example (if it doesn't exist we create it)
 +
    my $rec = $DB->get('roundcube') || $DB->new_record('roundcube', {type => 'service'});
 +
 
===== get_all =====
 
===== get_all =====
  

Navigation menu