| Apache-AxKit-Language-XSP-ObjectTaglib documentation | view source | Contained in the Apache-AxKit-Language-XSP-ObjectTaglib distribution. |
AxKit::XSP::ObjectTaglib::Demo::Courses - A mock course collection object
use AxKit::XSP::ObjectTaglib::Demo::Courses;
use strict;
use warnings;
my @courses = AxKit::XSP::ObjectTaglib::Demo::Courses->load;
for (@courses) {
print $_->name;
};
This module represents a generic Courses object that loads a set of
AxKit::XSP::ObjectTaglib::Demo::Course object for use within
the AxKit::XSP::ObjectTaglib::Demo Taglib.
Returns an array of AxKit::XSP::ObjectTaglib::Demo::Course objects.
my @courses = AxKit::XSP::ObjectTaglib::Demo::Courses->load;
for (@courses) {
print $_->name;
};
AxKit::XSP::ObjectTaglib::Demo, Apache::AxKit::Language::XSP::ObjectTaglib, AxKit::XSP::ObjectTaglib::Demo::Course
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/
| Apache-AxKit-Language-XSP-ObjectTaglib documentation | view source | Contained in the Apache-AxKit-Language-XSP-ObjectTaglib distribution. |