This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Framework
/
urfat-schema
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fixing namespace
Artur Welp
6 years ago
parent
1d886326c5
commit
f4d862d4a9
16 changed files
with
0 additions
and
0 deletions
Split View
Show Diff Stats
0
0
src/BBDDL/Db/Adapter/AdapterFactory.php
0
0
src/BBDDL/Db/Adapter/AdapterInterface.php
0
0
src/BBDDL/Db/Adapter/AdapterWrapper.php
0
0
src/BBDDL/Db/Adapter/MysqlAdapter.php
0
0
src/BBDDL/Db/Adapter/PdoAdapter.php
0
0
src/BBDDL/Db/Adapter/PostgresAdapter.php
0
0
src/BBDDL/Db/Adapter/ProxyAdapter.php
0
0
src/BBDDL/Db/Adapter/SQLiteAdapter.php
0
0
src/BBDDL/Db/Adapter/SqlServerAdapter.php
0
0
src/BBDDL/Db/Adapter/TablePrefixAdapter.php
0
0
src/BBDDL/Db/Adapter/WrapperInterface.php
0
0
src/BBDDL/Db/Table.php
0
0
src/BBDDL/Db/Table/Column.php
0
0
src/BBDDL/Db/Table/ForeignKey.php
0
0
src/BBDDL/Db/Table/Index.php
0
0
src/BBDDL/Wrapper.php
+ 0
- 0
src/DDLWrapper/Db/Adapter/AdapterFactory.php → src/BBDDL/Db/Adapter/AdapterFactory.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/AdapterInterface.php → src/BBDDL/Db/Adapter/AdapterInterface.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/AdapterWrapper.php → src/BBDDL/Db/Adapter/AdapterWrapper.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/MysqlAdapter.php → src/BBDDL/Db/Adapter/MysqlAdapter.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/PdoAdapter.php → src/BBDDL/Db/Adapter/PdoAdapter.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/PostgresAdapter.php → src/BBDDL/Db/Adapter/PostgresAdapter.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/ProxyAdapter.php → src/BBDDL/Db/Adapter/ProxyAdapter.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/SQLiteAdapter.php → src/BBDDL/Db/Adapter/SQLiteAdapter.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/SqlServerAdapter.php → src/BBDDL/Db/Adapter/SqlServerAdapter.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/TablePrefixAdapter.php → src/BBDDL/Db/Adapter/TablePrefixAdapter.php
View File
+ 0
- 0
src/DDLWrapper/Db/Adapter/WrapperInterface.php → src/BBDDL/Db/Adapter/WrapperInterface.php
View File
+ 0
- 0
src/DDLWrapper/Db/Table.php → src/BBDDL/Db/Table.php
View File
+ 0
- 0
src/DDLWrapper/Db/Table/Column.php → src/BBDDL/Db/Table/Column.php
View File
+ 0
- 0
src/DDLWrapper/Db/Table/ForeignKey.php → src/BBDDL/Db/Table/ForeignKey.php
View File
+ 0
- 0
src/DDLWrapper/Db/Table/Index.php → src/BBDDL/Db/Table/Index.php
View File
+ 0
- 0
src/DDLWrapper/Wrapper.php → src/BBDDL/Wrapper.php
View File