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
17069869
Commit
17069869
authored
Oct 20, 2006
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs menu updated
parent
45e9bc84
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
documentation.php
manual/documentation.php
+8
-6
No files found.
manual/documentation.php
View file @
17069869
...
@@ -316,10 +316,8 @@ $menu = array("Getting started" =>
...
@@ -316,10 +316,8 @@ $menu = array("Getting started" =>
'WHERE clause'
,
'WHERE clause'
,
'Conditional expressions'
=>
'Conditional expressions'
=>
array
(
'Literals'
,
array
(
'Literals'
,
'Identification variables'
,
'Path expressions'
,
'Input parameters'
,
'Input parameters'
,
'Contidional expression composition'
,
'Operators and operator precedence'
,
'Operators and operator precedence'
,
'Between expressions'
,
'Between expressions'
,
'In expressions'
,
'In expressions'
,
...
@@ -507,24 +505,29 @@ $menu = array("Getting started" =>
...
@@ -507,24 +505,29 @@ $menu = array("Getting started" =>
$break
=
false
;
$break
=
false
;
$tmp
=
$paths
;
$tmp
=
$paths
;
foreach
(
$tmp
as
$path
=>
$title
)
{
foreach
(
$tmp
as
$path
=>
$title
)
{
$e
=
explode
(
"."
,
$path
);
$e
=
explode
(
"."
,
$path
);
if
(
count
(
$e
)
>
2
)
{
if
(
count
(
$e
)
>
2
)
{
unset
(
$tmp
[
$path
]);
unset
(
$tmp
[
$path
]);
}
}
}
}
$prev
=
1
;
$prev
=
1
;
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
{
$prev
=
$path
;
$prev
=
$path
;
}
}
}
}
$index
=
$_REQUEST
[
'index'
];
$index
=
$_REQUEST
[
'index'
];
print
"<table width='100%'>"
;
print
"<table width='100%'>"
;
print
"<tr><td colspan=3 align='center'><b></td></tr>"
;
print
"<tr><td colspan=3 align='center'><b></td></tr>"
;
print
"<tr><td colspan=3 align='center'><b class='title'>"
.
$paths
[
$ex
[
0
]]
.
"</b></td></tr>"
;
print
"<tr><td colspan=3 align='center'><b class='title'>"
.
$paths
[
$ex
[
0
]]
.
"</b></td></tr>"
;
...
@@ -576,8 +579,7 @@ $menu = array("Getting started" =>
...
@@ -576,8 +579,7 @@ $menu = array("Getting started" =>
}
}
}
}
}
else
{
}
else
{
//if( ! isset($menu[$ex[0]]))
// exit;
$tmp
=
$paths
[
$ex
[
0
]];
$tmp
=
$paths
[
$ex
[
0
]];
$i
=
1
;
$i
=
1
;
foreach
(
$menu
[
$tmp
]
as
$title
=>
$value
)
{
foreach
(
$menu
[
$tmp
]
as
$title
=>
$value
)
{
...
...
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