DBIx::HTMLView::Str - A single line string filed


NAME

  DBIx::HTMLView::Str - A single line string filed


SYNOPSIS

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


DESCRIPTION

This is a subcalss of DBIx::HTMLView::Field used to represent string fields in the databse as well as the data contained in it. Se the DBIx::HTMLView::Field and DBIx::HTMLView:.Fld (the superclass of Field) manpage for info on the methods of this class.

 DBIx::HTMLView::Str - A single line string filed