Commit
355d699992d20f051c14680fd205009de5e452f7
-ActiveRecord working!
1
| main-local.php |
1
| main-local.php |
2
| params-local.php |
2
| params-local.php |
3
| test-local.php |
3
| test-local.php |
| |
4
| +settings.php |
4
| \ No newline at end of file |
5
| \ No newline at end of file |
| |
1
| +<?php |
| |
2
| + |
| |
3
| +return [ |
| |
4
| + 1 => [ |
| |
5
| + 'id' => 1, |
| |
6
| + 'name' => 'Administrator', |
| |
7
| + 'description' => 'Site administrator', |
| |
8
| + ], |
| |
9
| +]; |
0
| \ No newline at end of file |
10
| \ No newline at end of file |