Changeset 7263

Show
Ignore:
Timestamp:
03/01/10 16:51:24 (5 months ago)
Author:
jwage
Message:

[1.2][DC-498] Fixing reference to wrong attribute name in docs

Location:
docs/branches
Files:
7 modified

Legend:

Unmodified
Added
Removed
  • docs/branches/1.0/manual/en/defining-models.txt

    r5869 r7263  
    12311231 
    12321232> **NOTE** 
    1233 > Please note that {{group}} is a reserved keyword so that is why we renamed the table to {{groups}} using the {{setTableName}} method. The other option is to turn on identifier quoting using the {{Doctrine::ATTR_QUOTE_IDENTIFIERS}} attribute so that the reserved word is escaped with quotes. 
    1234  
    1235 <code type="php"> 
    1236 $manager->setAttribute(Doctrine::Doctrine::ATTR_QUOTE_IDENTIFIERS, true); 
     1233> Please note that {{group}} is a reserved keyword so that is why we renamed the table to {{groups}} using the {{setTableName}} method. The other option is to turn on identifier quoting using the {{Doctrine::ATTR_QUOTE_IDENTIFIER}} attribute so that the reserved word is escaped with quotes. 
     1234 
     1235<code type="php"> 
     1236$manager->setAttribute(Doctrine::Doctrine::ATTR_QUOTE_IDENTIFIER, true); 
    12371237</code> 
    12381238 
  • docs/branches/1.0/manual/ja/defining-models.txt

    r7078 r7263  
    12181218 
    12191219> **NOTE** 
    1220 > {{group}}は予約語であることにご注意ください。これが{{setTableName}}メソッドを使用してテーブルを{{groups}}にリネームする理由です。予約語がクォートでエスケープされるように他のオプションは{{Doctrine::ATTR_QUOTE_IDENTIFIERS}}属性を使用して識つのカラム(もしくはカラムのグループ)の値が別のテーブルの列に現れる値にマッチしなければならないことを指定します。言い換えると外部キー制約は2つの関連テーブルの間の参照統合性を維持します。 
     1220> {{group}}は予約語であることにご注意ください。これが{{setTableName}}メソッドを使用してテーブルを{{groups}}にリネームする理由です。予約語がクォートでエスケープされるように他のオプションは{{Doctrine::ATTR_QUOTE_IDENTIFIER}}属性を使用して識つのカラム(もしくはカラムのグループ)の値が別のテーブルの列に現れる値にマッチしなければならないことを指定します。言い換えると外部キー制約は2つの関連テーブルの間の参照統合性を維持します。 
    12211221 
    12221222次の定義を持つ製品テーブルがあるとします: 
  • docs/branches/1.1/manual/en/defining-models.txt

    r6539 r7263  
    12311231 
    12321232> **NOTE** 
    1233 > Please note that {{group}} is a reserved keyword so that is why we renamed the table to {{groups}} using the {{setTableName}} method. The other option is to turn on identifier quoting using the {{Doctrine::ATTR_QUOTE_IDENTIFIERS}} attribute so that the reserved word is escaped with quotes. 
    1234  
    1235 <code type="php"> 
    1236 $manager->setAttribute(Doctrine::Doctrine::ATTR_QUOTE_IDENTIFIERS, true); 
     1233> Please note that {{group}} is a reserved keyword so that is why we renamed the table to {{groups}} using the {{setTableName}} method. The other option is to turn on identifier quoting using the {{Doctrine::ATTR_QUOTE_IDENTIFIER}} attribute so that the reserved word is escaped with quotes. 
     1234 
     1235<code type="php"> 
     1236$manager->setAttribute(Doctrine::Doctrine::ATTR_QUOTE_IDENTIFIER, true); 
    12371237</code> 
    12381238 
  • docs/branches/1.1/manual/es/defining-models.txt

    r5935 r7263  
    12311231 
    12321232> **NOTE** 
    1233 > Please note that {{group}} is a reserved keyword so that is why we renamed the table to {{groups}} using the {{setTableName}} method. The other option is to turn on identifier quoting using the {{Doctrine::ATTR_QUOTE_IDENTIFIERS}} attribute so that the reserved word is escaped with quotes. 
    1234  
    1235 <code type="php"> 
    1236 $manager->setAttribute(Doctrine::Doctrine::ATTR_QUOTE_IDENTIFIERS, true); 
     1233> Please note that {{group}} is a reserved keyword so that is why we renamed the table to {{groups}} using the {{setTableName}} method. The other option is to turn on identifier quoting using the {{Doctrine::ATTR_QUOTE_IDENTIFIER}} attribute so that the reserved word is escaped with quotes. 
     1234 
     1235<code type="php"> 
     1236$manager->setAttribute(Doctrine::Doctrine::ATTR_QUOTE_IDENTIFIER, true); 
    12371237</code> 
    12381238 
  • docs/branches/1.1/manual/ja/defining-models.txt

    r7078 r7263  
    12191219 
    12201220> **NOTE** 
    1221 > {{group}}は予約語であることにご注意ください。これが{{setTableName}}メソッドを使用してテーブルを{{groups}}にリネームする理由です。予約語がクォートでエスケープされるように他のオプションは{{Doctrine::ATTR_QUOTE_IDENTIFIERS}}属性を使用して識別子のクォート追加を有功にすることです。 
    1222  
    1223 <code type="php"> 
    1224 $manager->setAttribute(Doctrine::ATTR_QUOTE_IDENTIFIERS, true); 
     1221> {{group}}は予約語であることにご注意ください。これが{{setTableName}}メソッドを使用してテーブルを{{groups}}にリネームする理由です。予約語がクォートでエスケープされるように他のオプションは{{Doctrine::ATTR_QUOTE_IDENTIFIER}}属性を使用して識別子のクォート追加を有功にすることです。 
     1222 
     1223<code type="php"> 
     1224$manager->setAttribute(Doctrine::ATTR_QUOTE_IDENTIFIER, true); 
    12251225</code> 
    12261226 
  • docs/branches/1.2/manual/en/defining-models.txt

    r6884 r7263  
    12321232 
    12331233> **NOTE** 
    1234 > Please note that {{group}} is a reserved keyword so that is why we renamed the table to {{groups}} using the {{setTableName}} method. The other option is to turn on identifier quoting using the {{Doctrine_Core::ATTR_QUOTE_IDENTIFIERS}} attribute so that the reserved word is escaped with quotes. 
    1235  
    1236 <code type="php"> 
    1237 $manager->setAttribute(Doctrine_Core::Doctrine_Core::ATTR_QUOTE_IDENTIFIERS, true); 
     1234> Please note that {{group}} is a reserved keyword so that is why we renamed the table to {{groups}} using the {{setTableName}} method. The other option is to turn on identifier quoting using the {{Doctrine_Core::ATTR_QUOTE_IDENTIFIER}} attribute so that the reserved word is escaped with quotes. 
     1235 
     1236<code type="php"> 
     1237$manager->setAttribute(Doctrine_Core::Doctrine_Core::ATTR_QUOTE_IDENTIFIER, true); 
    12381238</code> 
    12391239 
  • docs/branches/1.2/manual/ja/defining-models.txt

    r7078 r7263  
    12201220 
    12211221> **NOTE** 
    1222 > {{group}}は予約語であることにご注意ください。これが{{setTableName}}メソッドを使用してテーブルを{{groups}}にリネームする理由です。予約語がクォートでエスケープされるように他のオプションは{{Doctrine::ATTR_QUOTE_IDENTIFIERS}}属性を使用して識別子のクォート追加を有功にすることです。 
    1223  
    1224 <code type="php"> 
    1225 $manager->setAttribute(Doctrine_Core::ATTR_QUOTE_IDENTIFIERS, true); 
     1222> {{group}}は予約語であることにご注意ください。これが{{setTableName}}メソッドを使用してテーブルを{{groups}}にリネームする理由です。予約語がクォートでエスケープされるように他のオプションは{{Doctrine::ATTR_QUOTE_IDENTIFIER}}属性を使用して識別子のクォート追加を有功にすることです。 
     1223 
     1224<code type="php"> 
     1225$manager->setAttribute(Doctrine_Core::ATTR_QUOTE_IDENTIFIER, true); 
    12261226</code> 
    12271227