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
22abc47d
Commit
22abc47d
authored
Oct 29, 2006
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs menu updated
parent
5b73304d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
1 deletion
+52
-1
documentation.php
manual/documentation.php
+52
-1
No files found.
manual/documentation.php
View file @
22abc47d
...
@@ -336,7 +336,12 @@ $menu = array("Getting started" =>
...
@@ -336,7 +336,12 @@ $menu = array("Getting started" =>
'GROUP BY, HAVING clauses'
,
'GROUP BY, HAVING clauses'
,
'ORDER BY clause'
,
'ORDER BY clause'
,
'LIMIT and OFFSET clauses'
,
'LIMIT and OFFSET clauses'
=>
array
(
'Introduction'
,
'Driver portability'
,
'The limit-subquery-algorithm'
,
),
'Examples'
,
'Examples'
,
'BNF'
),
'BNF'
),
...
@@ -353,6 +358,11 @@ $menu = array("Getting started" =>
...
@@ -353,6 +358,11 @@ $menu = array("Getting started" =>
"Isolation levels"
,
"Isolation levels"
,
"Deadlocks"
,
"Deadlocks"
,
),
"Native SQL"
=>
array
(
"Scalar queries"
,
"Component queries"
,
"Fetching multiple components"
,
),
),
/**
/**
"Developer components" => array(
"Developer components" => array(
...
@@ -382,6 +392,47 @@ $menu = array("Getting started" =>
...
@@ -382,6 +392,47 @@ $menu = array("Getting started" =>
),
),
),
),
*/
*/
"Improving performance"
=>
array
(
"Introduction"
,
"Data types"
=>
array
(
"Enum"
,
),
"Primary keys"
=>
array
(
"When to use surrogate primary keys"
,
),
"Constraints"
=>
array
(
"General tips"
,
"Foreign keys"
,
"Triggers"
,
),
"Data manipulation"
=>
array
(
"INSERT queries"
,
"UPDATE queries"
,
"DELETE queries"
,
),
"Indexes"
=>
array
(
"General tips"
,
"Using compound indexes"
,
),
"Transactions"
=>
array
(
"General tips"
,
"Locks"
,
"Isolation"
,
),
"Data fetching"
=>
array
(
"General tips"
,
),
"Normalization"
=>
array
(
),
"Caching"
=>
array
(
"General tips"
),
"Performance monitoring"
=>
array
(
"Using the database profiler"
)
),
"Technology"
=>
array
(
"Technology"
=>
array
(
"Architecture"
,
"Architecture"
,
"Design patterns used"
,
"Design patterns used"
,
...
...
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