Why is this so cludgy? It seems as thought there can be multiple providers that are delegated requests . . . Is this why there is a reference to an array? ( $providers->[0] )
Since what I do is only in a development environment I would prefer to do it per object as the code is much cleaner : ) > > Hmm, I always thought that would be a good idea but never seemed to > > find the method for doing that easily. Would be so kind as to show > > me where this little snippet of documentation may reside : ) > > Example: > > my $providers = $Rit::Frame::th->context->load_templates(); > $providers->[0]->include_path([$Rit::Frame::r->document_root, > $Rit::Frame::APPROOT."/inc", > $Rit::Frame::HOME."/inc", > ]);
