DBIx::HTMLView::Int - An integer field |
DBIx::HTMLView::Int - An integer field
$fld=$post->fld('testf'); print $fld->view_html;
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 |