Mercurial > pub > Impl
view Lib/IMPL/ORM/Schema/GenericClass.pm @ 156:8638dd1374bf
Added template property to IMPL::Web::QueryHandler::PageFormat (this allows to specify exact template (filename, ref to a scalar, ref to a file handle)).
author | wizard |
---|---|
date | Tue, 05 Oct 2010 17:20:51 +0400 |
parents | 2d1c3f713280 |
children | d1676be8afcc |
line wrap: on
line source
package IMPL::ORM::Schema::GenericClass; 1; __END__ =pod =head1 NAME C<IMPL::ORM::Schema::GenericClass> Построение схемы из произвольного класса. =head1 DESCRIPTION Читает метаданные класса и строит на их основании элементы схемы данных. =cut