Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
b574c720
Commit
b574c720
authored
Sep 21, 2007
by
Jonathan.Wage
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up.
parent
d0898c1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
index.php
playground/index.php
+1
-6
schema.yml
tests/schema.yml
+4
-1
No files found.
playground/index.php
View file @
b574c720
...
...
@@ -2,9 +2,4 @@
require_once
(
'playground.php'
);
require_once
(
'connection.php'
);
require_once
(
'models.php'
);
require_once
(
'data.php'
);
$tables
[
'Test'
]
=
'Test'
;
$import
=
new
Doctrine_Import_Schema
();
$import
->
importSchema
(
'../tests/schema.yml'
,
'yml'
,
'test_models'
,
$tables
);
\ No newline at end of file
require_once
(
'data.php'
);
\ No newline at end of file
tests/schema.yml
View file @
b574c720
---
Test
:
inheritance
:
{
extends
:
User
,
keyField
:
otype
,
keyValue
:
1
}
inheritance
:
extends
:
User
keyField
:
otype
keyValue
:
1
Account
:
tableName
:
account
className
:
Account
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment