Mercurial > pub > Impl
view Lib/IMPL/ORM/Schema/GenericClass.pm @ 281:a8dbddf491dd
refactoring
*IMPL::declare reset abstractProps static property after implementing these props
*IMPL::Serialization: fixed bug with multiple text parts inside one node
*IMPL::Web::Handler::TTView: removed obsolete property 'location' from 'view' template variable
author | cin |
---|---|
date | Mon, 11 Feb 2013 00:58:22 +0400 |
parents | d1676be8afcc |
children |
line wrap: on
line source
package IMPL::ORM::Schema::GenericClass; 1; __END__ =pod =head1 NAME C<IMPL::ORM::Schema::GenericClass> Построение схемы из произвольного класса. =head1 DESCRIPTION Читает метаданные класса и строит на их основании элементы схемы данных. =cut