Commit 355d699992d20f051c14680fd205009de5e452f7

Authored by Alexey Boroda
1 parent 8ea2bb09

-ActiveRecord working!

Showing 2 changed files with 10 additions and 0 deletions   Show diff stats
common/config/.gitignore 100644 → 100755
1 1 main-local.php
2 2 params-local.php
3 3 test-local.php
  4 +settings.php
4 5 \ No newline at end of file
... ...
common/config/settings.php 0 → 100755
  1 +<?php
  2 +
  3 +return [
  4 + 1 => [
  5 + 'id' => 1,
  6 + 'name' => 'Administrator',
  7 + 'description' => 'Site administrator',
  8 + ],
  9 +];
0 10 \ No newline at end of file
... ...