DBIx::HTMLView::Post

A post in a DBI database
Download

DBIx::HTMLView::Post Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Hakan Ardo
  • Publisher web site:
  • http://search.cpan.org/~hakanardo/DBIx-HTMLView-0.1/HTMLView.pm

DBIx::HTMLView::Post Tags


DBIx::HTMLView::Post Description

A post in a DBI database DBIx::HTMLView::Post is a Perl post in a DBI database.SYNOPSIS $post=$post_set->first; print $post->view_html; # View a post $post->set('testf', 7); # Set the testf field to 7 $post->update; # Update the database with the modified post $post=DBIx::HTMLView::Post->new($tab) # Create a new post $post->set('testf', 7); # Set the testf field to 7 $post->update; # Insert the new post in the databseThis object represents a single post in a specific table in the database. It has methods to view post as well as to modify it's data and to reflect those modifications in the database. Requirements: · Perl


DBIx::HTMLView::Post Related Software