| 1 |
lars |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
|
|
|
3 |
<application id="northwind-db" mode="Debug">
|
|
|
4 |
<!-- alias definitions and namespace usings -->
|
|
|
5 |
<paths>
|
|
|
6 |
<using namespace="System.Data.*" />
|
|
|
7 |
<using namespace="System.Data.ActiveRecord.*" />
|
|
|
8 |
<using namespace="System.Data.ActiveRecord.Scaffold.*" />
|
|
|
9 |
<using namespace="Application.database.*" />
|
|
|
10 |
</paths>
|
|
|
11 |
|
|
|
12 |
<modules>
|
|
|
13 |
<module class="TActiveRecordConfig">
|
|
|
14 |
<!-- db file is relative to the index.php -->
|
|
|
15 |
<database ConnectionString="sqlite:protected/data/Northwind.db" />
|
|
|
16 |
</module>
|
|
|
17 |
<module class="System.I18N.TGlobalization" DefaultCharset="UTF-8" />
|
|
|
18 |
</modules>
|
|
|
19 |
|
|
|
20 |
</application>
|