cvs: peardoc /de/chapters standards.xml /en/chapters standards.xml /fr/chapters standards.xml /hu/chapters standards.xml /ja/chapters standards.xml

[email protected] ("Brett Bieber")
Newsgroups php.pear.doc
Message-ID <cvssaltybeagle1196543025@cvsserver>
saltybeagle		Sat Dec  1 21:03:45 2007 UTC

  Modified files:              
    /peardoc/fr/chapters	standards.xml 
    /peardoc/hu/chapters	standards.xml 
    /peardoc/en/chapters	standards.xml 
    /peardoc/ja/chapters	standards.xml 
    /peardoc/de/chapters	standards.xml 
  Log:
  Doc Bug #12185 Change FooBar to Foo_Bar to go along with standard class definition terminology which states "uppercased words separated with underscores"
  
http://cvs.php.net/viewvc.cgi/peardoc/fr/chapters/standards.xml?r1=1.42&r2=1.43&diff_format=u
Index: peardoc/fr/chapters/standards.xml
diff -u peardoc/fr/chapters/standards.xml:1.42 peardoc/fr/chapters/standards.xml:1.43
--- peardoc/fr/chapters/standards.xml:1.42	Sat Dec  1 20:52:46 2007
+++ peardoc/fr/chapters/standards.xml	Sat Dec  1 21:03:45 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.42 $ -->
+<!-- $Revision: 1.43 $ -->
 <!-- EN-Revision: 1.53 Maintainer: moosh Status: not full ready -->
 
 <chapter id="standards">
@@ -141,7 +141,7 @@
     Les déclaration de classes ouvrent l'accolade sur une nouvelle ligne:
     <programlisting role="php">
      <![CDATA[
-class FooBar
+class Foo_Bar
 {
 
     //... et le code vient ici
@@ -333,7 +333,7 @@
  * @since      Class available since Release 1.2.0
  * @deprecated Class deprecated in Release 2.0.0
  */
-class FooBar
+class Foo_Bar
 {
 }
 
http://cvs.php.net/viewvc.cgi/peardoc/hu/chapters/standards.xml?r1=1.13&r2=1.14&diff_format=u
Index: peardoc/hu/chapters/standards.xml
diff -u peardoc/hu/chapters/standards.xml:1.13 peardoc/hu/chapters/standards.xml:1.14
--- peardoc/hu/chapters/standards.xml:1.13	Sat Dec  1 20:52:46 2007
+++ peardoc/hu/chapters/standards.xml	Sat Dec  1 21:03:45 2007
@@ -281,7 +281,7 @@
  * @since      Class available since Release 1.2.0
  * @deprecated Class deprecated in Release 2.0.0
  */
-class FooBar
+class Foo_Bar
 {
 }
 
http://cvs.php.net/viewvc.cgi/peardoc/en/chapters/standards.xml?r1=1.56&r2=1.57&diff_format=u
Index: peardoc/en/chapters/standards.xml
diff -u peardoc/en/chapters/standards.xml:1.56 peardoc/en/chapters/standards.xml:1.57
--- peardoc/en/chapters/standards.xml:1.56	Sat Dec  1 20:52:46 2007
+++ peardoc/en/chapters/standards.xml	Sat Dec  1 21:03:45 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.56 $ -->
+<!-- $Revision: 1.57 $ -->
 
  <chapter id="standards">
   <title>Coding Standards</title>
@@ -134,7 +134,7 @@
     on a new line:
     <programlisting role="php">
      <![CDATA[
-class FooBar
+class Foo_Bar
 {
 
     //... code goes here
@@ -308,7 +308,7 @@
 * @since      Class available since Release 1.2.0
 * @deprecated Class deprecated in Release 2.0.0
 */
-class FooBar
+class Foo_Bar
 {
 }
 
http://cvs.php.net/viewvc.cgi/peardoc/ja/chapters/standards.xml?r1=1.15&r2=1.16&diff_format=u
Index: peardoc/ja/chapters/standards.xml
diff -u peardoc/ja/chapters/standards.xml:1.15 peardoc/ja/chapters/standards.xml:1.16
--- peardoc/ja/chapters/standards.xml:1.15	Sat Dec  1 20:52:46 2007
+++ peardoc/ja/chapters/standards.xml	Sat Dec  1 21:03:45 2007
@@ -1,5 +1,5 @@
 <?xml encoding="utf-8"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- EN-Revision: 1.55 Maintainer: haruki Status: working -->
 <!-- CREDITS: hirokawa,takagi -->
  <chapter id="standards">
@@ -134,7 +134,7 @@
     クラスの宣言時には、いったん改行した後に開始波カッコをつけるようにします。
     <programlisting role="php">
      <![CDATA[
-class FooBar
+class Foo_Bar
 {
 
     //... コードをここに書きます
@@ -306,7 +306,7 @@
  * @since      Class available since Release 1.2.0
  * @deprecated Class deprecated in Release 2.0.0
  */
-class FooBar
+class Foo_Bar
 {
 }
 
http://cvs.php.net/viewvc.cgi/peardoc/de/chapters/standards.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/de/chapters/standards.xml
diff -u peardoc/de/chapters/standards.xml:1.4 peardoc/de/chapters/standards.xml:1.5
--- peardoc/de/chapters/standards.xml:1.4	Sat Dec  1 20:52:46 2007
+++ peardoc/de/chapters/standards.xml	Sat Dec  1 21:03:45 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- EN-Revision: 1.54 Maintainer: alexmerz Status: ready -->
  <chapter id="standards">
   <title>Coding Standards</title>
@@ -140,7 +140,7 @@
     beginnt auf einer neuen Zeile:
     <programlisting role="php">
      <![CDATA[
-class FooBar
+class Foo_Bar
 {
 
     //... ihr Code
@@ -319,7 +319,7 @@
 * @since      Class available since Release 1.2.0
 * @deprecated Class deprecated in Release 2.0.0
 */
-class FooBar
+class Foo_Bar
 {
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.