Changeset 10269
- Timestamp:
- 07/13/08 23:39:11 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/forms_book/fr/01-Form-Creation.txt
r9638 r10269 389 389 class ContactForm extends sfForm 390 390 { 391 protected $subjects = array('Subject A', 'Subject B', 'Subject C');391 protected static $subjects = array('Subject A', 'Subject B', 'Subject C'); 392 392 393 393 public function configure()