DBIx::HTMLView::Int - An integer field


NAME

  DBIx::HTMLView::Int - An integer field


SYNOPSIS

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


DESCRIPTION

This is a subcalss of DBIx::HTMLView::Field used to represent integer 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::Int - An integer field