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
e00fe88d
Commit
e00fe88d
authored
Feb 27, 2007
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
d914517f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
7 deletions
+13
-7
content.php
manual/content.php
+4
-5
menu.php
manual/menu.php
+9
-2
No files found.
manual/content.php
View file @
e00fe88d
...
...
@@ -123,11 +123,10 @@
<a
href=
documentation2.php?chapter=
<?php
print
urlencode
(
$i
[
$x
][
'name'
])
.
'>'
.
end
(
$p
);
?>
</
a
>
</font></div>
<?php
if
(
strncmp
(
$i
[
$x
][
'name'
],
$_GET
[
'chapter'
],
strlen
(
$_GET
[
'chapter'
]))
!==
0
)
{
break
;
}
<?php
}
if
(
strncmp
(
$i
[
$x
][
'name'
],
$_GET
[
'chapter'
],
strlen
(
$_GET
[
'chapter'
]))
!==
0
)
{
break
;
}
}
}
...
...
manual/menu.php
View file @
e00fe88d
...
...
@@ -7,6 +7,9 @@ Getting started
Introduction
Making
the
first
import
Import
options
Exporting
classes
Introduction
Export
options
Connection
management
Opening
a
new
connection
Lazy
-
connecting
to
database
...
...
@@ -37,8 +40,9 @@ Object relational mapping
Gzip
About
type
conversion
Constraints
and
validators
Introduction
Notnull
Max
-
Min
Check
Record
identifiers
Introduction
Autoincremented
...
...
@@ -66,6 +70,9 @@ Object relational mapping
One
table
many
classes
One
table
one
class
Column
aggregation
Foreign
key
constraints
Introduction
Constraint
actions
Hierarchical
data
Introduction
About
...
...
@@ -323,4 +330,4 @@ Coding standards
Control
statements
Inline
documentation
Testing
Writing
tests
Writing
tests
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