DBIx::HTMLView::Relation - A relation base class


NAME

  DBIx::HTMLView::Relation - A relation base class


SYNOPSIS

  $fld=$post->fld('id');
  print $fld->view_html;


DESCRIPTION

This is a subcalss of DBIx::HTMLView::Fld used to represent relations between tables in the databse as well as the data contained in them. Se the DBIx::HTMLView:.Fld manpage for info on the methods of this class.

 DBIx::HTMLView::Relation - A relation base class