You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- внедряем репозиторий таблиц в Connection.
- репозиторий таблиц создается на этапе `Config`.
- к классу `Config` добавлены методы-хелперы `initTables`, `addTable`, `getTable`
- после коннекта репозиторий таблиц доступен через публичное поле `tables`
- после коннекта таблицы доступны через `$pdo->tables[key]` или `$pdo->tables->getTable(key)`
0 commit comments