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
7d5d2179
Commit
7d5d2179
authored
Mar 01, 2007
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the docs for table options
parent
1dfbc5b0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
Object relational mapping - Table options.php
manual/docs/Object relational mapping - Table options.php
+1
-1
documentation2.php
manual/documentation2.php
+1
-0
menu.php
manual/menu.php
+10
-0
No files found.
manual/docs/
Getting started - Setting table definition
- Table options.php
→
manual/docs/
Object relational mapping
- Table options.php
View file @
7d5d2179
...
@@ -11,7 +11,7 @@ class MyInnoDbRecord extends Doctrine_Record
...
@@ -11,7 +11,7 @@ class MyInnoDbRecord extends Doctrine_Record
{
{
\$
this->hasColumn('name', 'string');
\$
this->hasColumn('name', 'string');
\$
this->option('
engin
e', 'INNODB');
\$
this->option('
typ
e', 'INNODB');
}
}
}
}
?>"
);
?>"
);
...
...
manual/documentation2.php
View file @
7d5d2179
...
@@ -85,6 +85,7 @@ class DocTool
...
@@ -85,6 +85,7 @@ class DocTool
if
(
substr
(
$c
,
0
,
5
)
==
"<?php"
)
{
if
(
substr
(
$c
,
0
,
5
)
==
"<?php"
)
{
include
(
"docs/
$name
.php"
);
include
(
"docs/
$name
.php"
);
}
elseif
(
strpos
(
$c
,
'<br \>'
)
!==
false
||
}
elseif
(
strpos
(
$c
,
'<br \>'
)
!==
false
||
strpos
(
$c
,
'<br />'
)
!==
false
||
strpos
(
$c
,
'<ul>'
)
!==
false
||
strpos
(
$c
,
'<ul>'
)
!==
false
||
strpos
(
$c
,
'<p>'
)
!==
false
)
{
strpos
(
$c
,
'<p>'
)
!==
false
)
{
print
$c
;
print
$c
;
...
...
manual/menu.php
View file @
7d5d2179
...
@@ -18,6 +18,7 @@ Connection management
...
@@ -18,6 +18,7 @@ Connection management
Object
relational
mapping
Object
relational
mapping
Introduction
Introduction
Table
and
class
naming
Table
and
class
naming
Table
options
Columns
Columns
Column
naming
Column
naming
Column
aliases
Column
aliases
...
@@ -237,6 +238,15 @@ DQL (Doctrine Query Language)
...
@@ -237,6 +238,15 @@ DQL (Doctrine Query Language)
Arithmetic
functions
Arithmetic
functions
Datetime
functions
Datetime
functions
Collection
functions
Collection
functions
Subqueries
Introduction
Comparisons
using
subqueries
Conditional
expressions
ANY
,
IN
and
SOME
ALL
EXISTS
and
NOT
EXISTS
Correlated
subqueries
Subqueries
in
FROM
clause
GROUP
BY
,
HAVING
clauses
GROUP
BY
,
HAVING
clauses
ORDER
BY
clause
ORDER
BY
clause
Introduction
Introduction
...
...
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