vrana Fri Mar 23 14:27:56 2007 UTC
Modified files:
/phpdoc/en/appendices userlandnaming.xml
Log:
Classes use camel case (bug #40780)
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/userlandnaming.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/appendices/userlandnaming.xml
diff -u phpdoc/en/appendices/userlandnaming.xml:1.2
phpdoc/en/appendices/userlandnaming.xml:1.3
--- phpdoc/en/appendices/userlandnaming.xml:1.2 Sat Aug 12 20:14:32 2006
+++ phpdoc/en/appendices/userlandnaming.xml Fri Mar 23 14:27:56 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<appendix id="userlandnaming">
<title>Userland Naming Guide</title>
<para>
@@ -46,7 +46,7 @@
<listitem>
<para>
Function names use underscores between words, while class names use
- the lower bumpy camel rule (there are some exceptions for older
+ the camel case rule (there are some exceptions for older
classes and functions).
</para>
</listitem>