Help for this page

Select Code to Download


  1. or download this
    # within FS::Model::Items->new();
    $self->table('items');
    $self->columns( 
        qw/item item_type name lng lat zip url phone fax address/
        );
    
  2. or download this
    # within FS::Model::Items->new();
    $self->table('items');
    $self->columns( All =>
        qw/item item_type name lng lat zip url phone fax address/
        );