annotate Lib/IMPL/ORM/Schema/GenericClass.pm @ 241:f48a1a9f4fa2
+Added ViewResult to allow implementation of the view environment.
*TTDocuments now storing creation parameters
*TTControls automatically propagating layout and title meta to their attributes
+Added UnauthorizaedException web exception
*minor fixes
author |
sergey |
date |
Thu, 18 Oct 2012 04:49:55 +0400 |
parents |
d1676be8afcc |
children |
|
rev |
line source |
79
|
1 package IMPL::ORM::Schema::GenericClass;
|
|
2
|
|
3 1;
|
|
4
|
|
5 __END__
|
|
6
|
|
7 =pod
|
|
8
|
|
9 =head1 NAME
|
|
10
|
180
|
11 C<IMPL::ORM::Schema::GenericClass> Построение схемы из произвольного класса.
|
79
|
12
|
|
13 =head1 DESCRIPTION
|
|
14
|
180
|
15 Читает метаданные класса и строит на их основании элементы схемы данных.
|
79
|
16
|
180
|
17 =cut
|