Development

Changeset 7543

You must first sign up to be able to contribute.

Changeset 7543

Show
Ignore:
Timestamp:
02/19/08 20:11:31 (9 months ago)
Author:
dwhittle
Message:

dwhittle: fixed typo in my first project tutorial (closes #2969)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/tutorial/my-first-project.txt

    r7425 r7543  
    619619Repeat the operation for the `comment` module. Now you can't access these modules anymore unless you are logged. 
    620620 
    621 But the logging action doesn't exist! Ok, so you can easily add it. First, create the `security` module skeleton: 
     621But the login action doesn't exist! Ok, so you can easily add it. First, create the `security` module skeleton: 
    622622 
    623623    $ php symfony init-module backend security 
  • doc/branches/1.1/tutorial/my-first-project.txt

    r7425 r7543  
    692692anymore unless you are logged. 
    693693 
    694 But the logging action doesn't exist! Ok, so you can easily add it. 
     694But the login action doesn't exist! Ok, so you can easily add it. 
    695695First, create the `security` module skeleton: 
    696696