annotate Lib/IMPL/ORM/Schema/GenericClass.pm @ 89:3d1f584aea60
small fix in the activator and secure cookie
author |
wizard |
date |
Wed, 21 Apr 2010 17:39:45 +0400 |
parents |
2d1c3f713280 |
children |
d1676be8afcc |
rev |
line source |
79
|
1 package IMPL::ORM::Schema::GenericClass;
|
|
2
|
|
3 1;
|
|
4
|
|
5 __END__
|
|
6
|
|
7 =pod
|
|
8
|
|
9 =head1 NAME
|
|
10
|
|
11 C<IMPL::ORM::Schema::GenericClass> Построение схемы из произвольного класса.
|
|
12
|
|
13 =head1 DESCRIPTION
|
|
14
|
|
15 Читает метаданные класса и строит на их основании элементы схемы данных.
|
|
16
|
|
17 =cut |