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
499eaf6c
Commit
499eaf6c
authored
Feb 21, 2008
by
guilhermeblanco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merged r3868 in 0.10 and trunk
parent
ec0ebeb1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Record.php
lib/Doctrine/Builder/Record.php
+3
-3
No files found.
lib/Doctrine/Builder/Record.php
View file @
499eaf6c
...
...
@@ -286,7 +286,7 @@ END;
$i
=
0
;
if
(
isset
(
$definition
[
'inheritance'
][
'extends'
])
&&
!
(
isset
(
$definition
[
'override_parent'
])
&&
$definition
[
'override_parent'
]
==
fals
e
))
{
if
(
isset
(
$definition
[
'inheritance'
][
'extends'
])
&&
!
(
isset
(
$definition
[
'override_parent'
])
&&
$definition
[
'override_parent'
]
==
tru
e
))
{
$ret
[
$i
]
=
" parent::setTableDefinition();"
;
$i
++
;
}
...
...
@@ -343,7 +343,7 @@ END;
$ret
=
array
();
$i
=
0
;
if
(
isset
(
$definition
[
'inheritance'
][
'extends'
])
&&
!
(
isset
(
$definition
[
'override_parent'
])
&&
$definition
[
'override_parent'
]
==
fals
e
))
{
if
(
isset
(
$definition
[
'inheritance'
][
'extends'
])
&&
!
(
isset
(
$definition
[
'override_parent'
])
&&
$definition
[
'override_parent'
]
==
tru
e
))
{
$ret
[
$i
]
=
" parent::setUp();"
;
$i
++
;
}
...
...
@@ -710,7 +710,7 @@ END;
$baseClass
=
$definition
;
$baseClass
[
'className'
]
=
'Base'
.
$baseClass
[
'className'
];
$baseClass
[
'abstract'
]
=
true
;
$baseClass
[
'override_parent'
]
=
tru
e
;
$baseClass
[
'override_parent'
]
=
fals
e
;
$baseClass
[
'is_base_class'
]
=
true
;
$this
->
writeDefinition
(
$baseClass
);
...
...
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