AxKit-App-TABOO
view release on metacpan or search on metacpan
lib/AxKit/App/TABOO/Provider/Classification.pm view on Meta::CPAN
different types.
In accordance with the TABOO philosophy, it interacts with Data
objects, that are Perl objects responsible for retrieving data from a
data storage, make up sensible data structures, return XML markup,
etc. In contrast with the News provider, this provider mainly
interacts with Plural objects to make lists of stories. Also, it
doesn't deal with comments.
The rest of the documentation has yet to be written, but as one can
guess, it may share some things with the NewsList Provider.
=cut
use Data::Dumper;
use XML::LibXML;
use vars qw/@ISA/;
lib/AxKit/App/TABOO/Provider/Classification.pm view on Meta::CPAN
After that, you may simply append the C<catname>s of categories, and
the Provider will return all stories and articles classified in B<all>
those categories. Since for stories, there is a only a primary
categorization, they are only displayed when there is a single
category in the path.
=head1 BUGS/TODO
I guess this documentation could be more verbose.
=head1 SEE ALSO
L<AxKit::App::TABOO::Data::Provider::NewsList>,
L<AxKit::App::TABOO::Data::Plurals::Categories>
=head1 FORMALITIES
( run in 0.321 second using v1.01-cache-2.11-cpan-74e6d1fb12f )