>From  Aristotle's CGIP::PathInfo, we have this:

sub prototype_enter {
        my $self = shift;

        $self->SUPER::prototype_enter();

        my ( $resource, $id ) = $self->parse_path( $self->CGI->path_info() );
        $self->reflect->addSlot( resource_type => $resource, resource_id => $id 
);
}

Thing is, can't a path have more than just 2 components? There is no
reason it can't have much more is there?

-- 
        Carter's Compass: I know I'm on the right track when,
           by deleting something, I'm adding functionality.



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
cgi-prototype-users mailing list
cgi-prototype-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cgi-prototype-users

Reply via email to