diff options
author | emkael <emkael@tlen.pl> | 2016-03-09 16:40:25 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-03-09 16:40:25 +0100 |
commit | 0d538c464954334652c86f74fdeb7b756713bf53 (patch) | |
tree | 615d246bb84902818f16d976506ed7520d3527c4 /app/php/model | |
parent | 9ffd441c1165284cf1de1907b8fd5f64383d3543 (diff) |
* configuration split into modules
Diffstat (limited to 'app/php/model')
-rw-r--r-- | app/php/model/config.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/php/model/config.xml b/app/php/model/config.xml new file mode 100644 index 0000000..20e1277 --- /dev/null +++ b/app/php/model/config.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <modules> + <module class="System.Data.ActiveRecord.TActiveRecordConfig" + ConnectionID="db" + EnableCache="true" /> + </modules> +</configuration> |