Mercurial > pub > Impl
comparison Lib/IMPL/ORM.pm @ 180:d1676be8afcc
Перекодировка в utf-8
author | sourcer |
---|---|
date | Fri, 30 Dec 2011 23:40:00 +0300 |
parents | 4267a2ac3d46 |
children | 4d0e1962161c |
comparison
equal
deleted
inserted
replaced
179:b3d91ff7aea9 | 180:d1676be8afcc |
---|---|
6 use IMPL::Class::Property; | 6 use IMPL::Class::Property; |
7 use Scalar::Util qw(weaken refaddr); | 7 use Scalar::Util qw(weaken refaddr); |
8 | 8 |
9 use IMPL::Exception; | 9 use IMPL::Exception; |
10 | 10 |
11 our $Depth = 1; # çàãðóæàòü îáúåêò + 1 óðîâåíü äåòåé | 11 our $Depth = 1; # загружать объект + 1 уровень детей |
12 our $UseProxy = 1; | 12 our $UseProxy = 1; |
13 | 13 |
14 BEGIN { | 14 BEGIN { |
15 private property _ObjectCache => prop_all; | 15 private property _ObjectCache => prop_all; |
16 private property _MapInstances => prop_all; | 16 private property _MapInstances => prop_all; |