Help for this page

Select Code to Download


  1. or download this
    my $object = $engine->get('Some::Object',$object_id);
    my @objects = $engine->mget($class,{ name => value, name2 =>  value2 }
    +);
    
  2. or download this
    my $value = $object->get('name');
    $object->set('name','other value');
    $object->save();
    
  3. or download this
    my $object = Object->new($engine,%attributes);
    
  4. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.