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
bc769143
Commit
bc769143
authored
Oct 01, 2006
by
zYne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--no commit message
--no commit message
parent
1f58e34b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Coding standards - Naming Conventions - Classes.php
.../docs/Coding standards - Naming Conventions - Classes.php
+1
-1
Coding standards - PHP File Formatting - General.php
...docs/Coding standards - PHP File Formatting - General.php
+1
-1
No files found.
manual/docs/Coding standards - Naming Conventions - Classes.php
View file @
bc769143
...
...
@@ -9,5 +9,5 @@ Underscores are only permitted in place of the path separator, eg. the filename
</ul>
<ul>
<li
\
>
If a class name is comprised of more than one word, the first letter of each new word must be capitalized. Successive capitalized letters
are not allowed, e.g. a class "
Zend_PDF" is not allowed while "Zend_Pdf
" is acceptable.
are not allowed, e.g. a class "
XML_Reader" is not allowed while "Xml_Reader
" is acceptable.
</ul>
manual/docs/Coding standards - PHP File Formatting - General.php
View file @
bc769143
For
files
that
contain
only
PHP
code
,
the
closing
tag
(
"?>"
)
is
never
permitted
.
It
is
not
required
by
PHP
.
Not
including
it
prevents
trailing
whitespace
from
being
accidentally
injected
into
the
output
.
<
br
\
><
br
\
>
IMPORTANT
:
Inclusion
of
arbitrary
binary
data
as
permitted
by
__HALT_COMPILER
()
is
prohibited
from
any
Zend
framework
PHP
file
or
files
derived
from
them
.
Use
of
this
feature
is
only
permitted
for
special
installation
scripts
.
IMPORTANT
:
Inclusion
of
arbitrary
binary
data
as
permitted
by
__HALT_COMPILER
()
is
prohibited
from
any
Doctrine
framework
PHP
file
or
files
derived
from
them
.
Use
of
this
feature
is
only
permitted
for
special
installation
scripts
.
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