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
906b1fa6
Commit
906b1fa6
authored
Sep 18, 2006
by
amadeus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added note about table naming, fixed some spelling and file naming errors as well
parent
bb2a1312
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
0 deletions
+9
-0
Basic Components - Connection - Available drivers.php
...des/Basic Components - Connection - Available drivers.php
+0
-0
Basic Components - Connection - Available drivers.php
...ocs/Basic Components - Connection - Available drivers.php
+0
-0
Basic Components - Exceptions - List of exceptions.php
...cs/Basic Components - Exceptions - List of exceptions.php
+0
-0
Getting started - Setting table definition - Table and class naming.php
...d - Setting table definition - Table and class naming.php
+9
-0
No files found.
manual/codes/Basic Components - Connection - Avail
i
ble drivers.php
→
manual/codes/Basic Components - Connection - Avail
a
ble drivers.php
View file @
906b1fa6
File moved
manual/docs/Basic
components - Connection - Availi
ble drivers.php
→
manual/docs/Basic
Components - Connection - Availa
ble drivers.php
View file @
906b1fa6
File moved
manual/docs/Basic
c
omponents - Exceptions - List of exceptions.php
→
manual/docs/Basic
C
omponents - Exceptions - List of exceptions.php
View file @
906b1fa6
File moved
manual/docs/Getting started - Setting table definition - Table and class naming.php
0 → 100644
View file @
906b1fa6
Doctrine
automatically
creates
table
names
from
the
record
class
names
.
For
this
reason
,
it
is
recommended
to
name
your
record
classes
using
the
following
rules
:
<
ul
>
<
li
>
Use
CamelCase
naming
</
li
>
<
li
>
Underscores
are
allowed
</
li
>
<
li
>
The
first
letter
must
be
capitalized
</
li
>
</
ul
>
Example
.
My_PerfectClass
<
br
/>
If
you
need
to
use
a
different
naming
schema
,
you
can
override
this
using
the
setTableName
()
method
in
the
setTableDefinition
()
method
.
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