Apache-AxKit-Provider-RDBMS

 view release on metacpan or  search on metacpan

lib/Apache/AxKit/Provider/RDBMS/ContentProvider.pm  view on Meta::CPAN

    
    $this->init();
    
    return $this;
}

sub init {
}

sub getContent {
    throw Apache::AxKit::Exception::Error( -text => "subclasses must implement this method" );
}

1;



( run in 0.700 second using v1.01-cache-2.11-cpan-496ff517765 )