Help for this page

Select Code to Download


  1. or download this
       Table: object (generic object)
       ------------------------------
    ...
        url
        etc
    
  2. or download this
    
       Table: members  (link table)
    ...
        set_id    (in this example, the notice ID)
        member_id (in this example, the charity ID)
    
  3. or download this
       $set = Set->new({
            set_id      => $notice->id,
    ...
            },
       });