Development

Changeset 10585

You must first sign up to be able to contribute.

Changeset 10585

Show
Ignore:
Timestamp:
08/01/08 17:36:41 (4 months ago)
Author:
fabien
Message:

[1.1, 1.2] fixed typos in chapter 4 (closes #4078)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/book/04-The-Basics-of-Page-Creation.txt

    r10457 r10585  
    8686 
    8787>**CAUTION** 
    88 >URLs (not domain names) are case-sensitive, and so is symfony (even though the method names are case-insensitive in PHP). This means that if you add an `executeshow()` method, or an `executeShow()`, and then you call `show` with the browser, symfony will return a 404 error. 
     88>URLs (not domain names) are case-sensitive, and so is symfony (even though the method names are case-insensitive in PHP). This means that symfony will return a 404 error if you call `sHow` with the browser. 
    8989 
    9090- 
  • doc/branches/1.2/book/04-The-Basics-of-Page-Creation.txt

    r9471 r10585  
    8686 
    8787>**CAUTION** 
    88 >URLs (not domain names) are case-sensitive, and so is symfony (even though the method names are case-insensitive in PHP). This means that if you add an `executeshow()` method, or an `executeShow()`, and then you call `show` with the browser, symfony will return a 404 error. 
     88>URLs (not domain names) are case-sensitive, and so is symfony (even though the method names are case-insensitive in PHP). This means that symfony will return a 404 error if you call `sHow` with the browser. 
    8989 
    9090-