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
eb330027
Commit
eb330027
authored
Sep 21, 2006
by
amadeus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed missing links and mispell
parent
ff19c0d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
documentation.php
manual/documentation.php
+6
-5
No files found.
manual/documentation.php
View file @
eb330027
...
@@ -94,6 +94,7 @@ $menu = array("Getting started" =>
...
@@ -94,6 +94,7 @@ $menu = array("Getting started" =>
"Starting new project"
,
"Starting new project"
,
"Setting table definition"
=>
array
(
"Setting table definition"
=>
array
(
"Introduction"
,
"Introduction"
,
"Table and class naming"
,
"Field(Column) naming"
,
"Field(Column) naming"
,
"Data types and lengths"
,
"Data types and lengths"
,
"Constraints and validators"
,
"Constraints and validators"
,
...
@@ -138,7 +139,7 @@ $menu = array("Getting started" =>
...
@@ -138,7 +139,7 @@ $menu = array("Getting started" =>
),
),
"Basic Components"
=>
"Basic Components"
=>
array
(
array
(
"Manager"
"Manager"
=>
array
(
"Introduction"
,
=>
array
(
"Introduction"
,
"Opening a new connection"
,
"Opening a new connection"
,
"Managing connections"
),
"Managing connections"
),
...
@@ -155,7 +156,7 @@ $menu = array("Getting started" =>
...
@@ -155,7 +156,7 @@ $menu = array("Getting started" =>
"Callbacks"
),
"Callbacks"
),
"Connection"
"Connection"
=>
array
(
"Introduction"
,
=>
array
(
"Introduction"
,
"Avail
i
ble drivers"
,
"Avail
a
ble drivers"
,
"Getting a table object"
,
"Getting a table object"
,
"Flushing the connection"
,
"Flushing the connection"
,
"Querying the database"
,
"Querying the database"
,
...
@@ -307,7 +308,7 @@ $menu = array("Getting started" =>
...
@@ -307,7 +308,7 @@ $menu = array("Getting started" =>
"OffsetIterator")
"OffsetIterator")
*/
*/
),
),
"DQL (Doctrine Query Language)"
=>
"DQL (Doctrine Query Language)"
=>
array
(
'Syntax'
=>
array
(
'Syntax'
=>
array
(
array
(
'FROM'
,
'FROM'
,
...
@@ -326,7 +327,7 @@ $menu = array("Getting started" =>
...
@@ -326,7 +327,7 @@ $menu = array("Getting started" =>
'Logical operators'
)
'Logical operators'
)
),
),
"Transactions"
=>
array
(
"Transactions"
=>
array
(
"Introduction"
,
"Introduction"
,
...
@@ -468,7 +469,7 @@ $menu = array("Getting started" =>
...
@@ -468,7 +469,7 @@ $menu = array("Getting started" =>
foreach
(
$tmp
as
$path
=>
$title
)
{
foreach
(
$tmp
as
$path
=>
$title
)
{
if
(
$break
)
if
(
$break
)
break
;
break
;
if
(
$path
==
$_REQUEST
[
"index"
])
{
if
(
$path
==
$_REQUEST
[
"index"
])
{
$break
=
true
;
$break
=
true
;
}
else
{
}
else
{
...
...
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