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 @@
...
@@ -123,11 +123,10 @@
<a
href=
documentation2.php?chapter=
<?php
print
urlencode
(
$i
[
$x
][
'name'
])
.
'>'
.
end
(
$p
);
?>
</
a
>
<a
href=
documentation2.php?chapter=
<?php
print
urlencode
(
$i
[
$x
][
'name'
])
.
'>'
.
end
(
$p
);
?>
</
a
>
</font></div>
</font></div>
<?php
<?php
}
if
(
strncmp
(
$i
[
$x
][
'name'
],
$_GET
[
'chapter'
],
strlen
(
$_GET
[
'chapter'
]))
!==
0
)
{
if
(
strncmp
(
$i
[
$x
][
'name'
],
$_GET
[
'chapter'
],
strlen
(
$_GET
[
'chapter'
]))
!==
0
)
{
break
;
break
;
}
}
}
}
}
}
}
...
...
manual/menu.php
View file @
e00fe88d
...
@@ -7,6 +7,9 @@ Getting started
...
@@ -7,6 +7,9 @@ Getting started
Introduction
Introduction
Making
the
first
import
Making
the
first
import
Import
options
Import
options
Exporting
classes
Introduction
Export
options
Connection
management
Connection
management
Opening
a
new
connection
Opening
a
new
connection
Lazy
-
connecting
to
database
Lazy
-
connecting
to
database
...
@@ -37,8 +40,9 @@ Object relational mapping
...
@@ -37,8 +40,9 @@ Object relational mapping
Gzip
Gzip
About
type
conversion
About
type
conversion
Constraints
and
validators
Constraints
and
validators
Introduction
Notnull
Notnull
Max
-
Min
Check
Record
identifiers
Record
identifiers
Introduction
Introduction
Autoincremented
Autoincremented
...
@@ -66,6 +70,9 @@ Object relational mapping
...
@@ -66,6 +70,9 @@ Object relational mapping
One
table
many
classes
One
table
many
classes
One
table
one
class
One
table
one
class
Column
aggregation
Column
aggregation
Foreign
key
constraints
Introduction
Constraint
actions
Hierarchical
data
Hierarchical
data
Introduction
Introduction
About
About
...
@@ -323,4 +330,4 @@ Coding standards
...
@@ -323,4 +330,4 @@ Coding standards
Control
statements
Control
statements
Inline
documentation
Inline
documentation
Testing
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