| HTML-Widgets-Index documentation | view source | Contained in the HTML-Widgets-Index distribution. |
HTML::Widgets::Index::Item - Perl extension for blah blah blah
use HTML::Widgets::Index::Item; blah blah blah
Stub documentation for HTML::Widgets::Index::Item was created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited.
Blah blah blah.
my $item = HTML::Widgets::Index::Item->new(
id => 34,
text => 'By Picture',
uri => '/movies/by_picture.html',
active => 0,
level => 2,
);
mt $item = HTML::Widgets::Index::Item->open(
dbh => $dbh,
id => 34,
table_items => 'items',
);
my $list_of_items = HTML::Widgets::Index::Item->search(
dbh => $dbh,
table_items => 'index_items',
level => 0,
);
Francesc Guasch - Ortiz , frankie@etsetb.upc.es
perl(1).
| HTML-Widgets-Index documentation | view source | Contained in the HTML-Widgets-Index distribution. |