This commit is contained in:
parent
1f58e34b12
commit
bc76914310
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user