Changeset 7543
- Timestamp:
- 02/19/08 20:11:31 (9 months ago)
- Files:
-
- doc/branches/1.0/tutorial/my-first-project.txt (modified) (1 diff)
- doc/branches/1.1/tutorial/my-first-project.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/tutorial/my-first-project.txt
r7425 r7543 619 619 Repeat the operation for the `comment` module. Now you can't access these modules anymore unless you are logged. 620 620 621 But the log gingaction doesn't exist! Ok, so you can easily add it. First, create the `security` module skeleton:621 But the login action doesn't exist! Ok, so you can easily add it. First, create the `security` module skeleton: 622 622 623 623 $ php symfony init-module backend security doc/branches/1.1/tutorial/my-first-project.txt
r7425 r7543 692 692 anymore unless you are logged. 693 693 694 But the log gingaction doesn't exist! Ok, so you can easily add it.694 But the login action doesn't exist! Ok, so you can easily add it. 695 695 First, create the `security` module skeleton: 696 696