Changeset 11231
- Timestamp:
- 08/28/08 20:07:21 (3 months ago)
- Files:
-
- doc/branches/1.1/tutorial/my-first-project.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/tutorial/my-first-project.txt
r11142 r11231 477 477 public function __construct($comment, $idPost) 478 478 { 479 // Save PK for configure action 479 480 $this->idPost = $idPost; 480 parent::__construct(); 481 482 // Pass object to ancestor class sfPropelForm to allow editing 483 parent::__construct($comment); 481 484 } 482 485