The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebDAO::Element - Base class for simple object

SYNOPSIS

DESCRIPTION

WebDAO::Element - Base class for simple object

NAME

WebDAO::Element - WebDAO::Element.

SYNOPSIS

_get_childs_()

Return ref to childs array

__any_path ($session, @path)

Call for unresolved path.

Return:

    ($resuilt, \@rest_of_the_path)

response

Return response object

    return $self->response->error404('Bad name')

request

Return request object

    $self->request->param('id')

SEE ALSO

http://webdao.sourceforge.net

AUTHOR

Zahatski Aliaksandr, <zag@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2002-2012 by Zahatski Aliaksandr

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.