Development

Changeset 10100

You must first sign up to be able to contribute.

Changeset 10100

Show
Ignore:
Timestamp:
07/03/08 17:49:47 (5 months ago)
Author:
FabianLange
Message:

doch: fixed typos in forms book. fixes #3898, #3899

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/forms_book/en/02-Form-Validation.txt

    r10027 r10100  
    472472          'name' => new sfValidatorAnd(array( 
    473473            new sfValidatorString(array('min_length' => 5)), 
    474             new sfValidatorRegexp(array('pattern' => '/[\w- ]+/')), 
     474            new sfValidatorRegex(array('pattern' => '/[\w- ]+/')), 
    475475          )), 
    476476        )); 
     
    496496            new sfValidatorAnd(array( 
    497497              new sfValidatorString(array('min_length' => 5)), 
    498               new sfValidatorRegexp(array('pattern' => '/[\w- ]+/')), 
     498              new sfValidatorRegex(array('pattern' => '/[\w- ]+/')), 
    499499            )), 
    500500            new sfValidatorEmail(), 
  • doc/branches/1.1/forms_book/en/04-Propel-Integration.txt

    r9661 r10100  
    612612      { 
    613613        unset($this->validatorSchema['created_at']); 
    614         unset($this->widgetSchema['updated_at']); 
    615  
    616         unset($this->validatorSchema['created_at']); 
     614        unset($this->widgetSchema['created_at']); 
     615 
     616        unset($this->validatorSchema['updated_at']); 
    617617        unset($this->widgetSchema['updated_at']); 
    618618      } 
  • doc/branches/1.1/forms_book/fr/02-Form-Validation.txt

    r10027 r10100  
    472472          'name' => new sfValidatorAnd(array( 
    473473            new sfValidatorString(array('min_length' => 5)), 
    474             new sfValidatorRegexp(array('pattern' => '/[\w- ]+/')), 
     474            new sfValidatorRegex(array('pattern' => '/[\w- ]+/')), 
    475475          )), 
    476476        )); 
     
    496496            new sfValidatorAnd(array( 
    497497              new sfValidatorString(array('min_length' => 5)), 
    498               new sfValidatorRegexp(array('pattern' => '/[\w- ]+/')), 
     498              new sfValidatorRegex(array('pattern' => '/[\w- ]+/')), 
    499499            )), 
    500500            new sfValidatorEmail(), 
  • doc/branches/1.1/forms_book/fr/04-Propel-Integration.txt

    r9638 r10100  
    611611      { 
    612612        unset($this->validatorSchema['created_at']); 
    613         unset($this->widgetSchema['updated_at']); 
    614  
    615         unset($this->validatorSchema['created_at']); 
     613        unset($this->widgetSchema['created_at']); 
     614 
     615        unset($this->validatorSchema['updated_at']); 
    616616        unset($this->widgetSchema['updated_at']); 
    617617      } 
  • doc/branches/1.2/forms_book/en/02-Form-Validation.txt

    r10027 r10100  
    472472          'name' => new sfValidatorAnd(array( 
    473473            new sfValidatorString(array('min_length' => 5)), 
    474             new sfValidatorRegexp(array('pattern' => '/[\w- ]+/')), 
     474            new sfValidatorRegex(array('pattern' => '/[\w- ]+/')), 
    475475          )), 
    476476        )); 
     
    496496            new sfValidatorAnd(array( 
    497497              new sfValidatorString(array('min_length' => 5)), 
    498               new sfValidatorRegexp(array('pattern' => '/[\w- ]+/')), 
     498              new sfValidatorRegex(array('pattern' => '/[\w- ]+/')), 
    499499            )), 
    500500            new sfValidatorEmail(), 
  • doc/branches/1.2/forms_book/en/04-Propel-Integration.txt

    r9661 r10100  
    612612      { 
    613613        unset($this->validatorSchema['created_at']); 
    614         unset($this->widgetSchema['updated_at']); 
    615  
    616         unset($this->validatorSchema['created_at']); 
     614        unset($this->widgetSchema['created_at']); 
     615 
     616        unset($this->validatorSchema['updated_at']); 
    617617        unset($this->widgetSchema['updated_at']); 
    618618      } 
  • doc/branches/1.2/forms_book/fr/02-Form-Validation.txt

    r10027 r10100  
    472472          'name' => new sfValidatorAnd(array( 
    473473            new sfValidatorString(array('min_length' => 5)), 
    474             new sfValidatorRegexp(array('pattern' => '/[\w- ]+/')), 
     474            new sfValidatorRegex(array('pattern' => '/[\w- ]+/')), 
    475475          )), 
    476476        )); 
     
    496496            new sfValidatorAnd(array( 
    497497              new sfValidatorString(array('min_length' => 5)), 
    498               new sfValidatorRegexp(array('pattern' => '/[\w- ]+/')), 
     498              new sfValidatorRegex(array('pattern' => '/[\w- ]+/')), 
    499499            )), 
    500500            new sfValidatorEmail(), 
  • doc/branches/1.2/forms_book/fr/04-Propel-Integration.txt

    r9638 r10100  
    611611      { 
    612612        unset($this->validatorSchema['created_at']); 
    613         unset($this->widgetSchema['updated_at']); 
    614  
    615         unset($this->validatorSchema['created_at']); 
     613        unset($this->widgetSchema['created_at']); 
     614 
     615        unset($this->validatorSchema['updated_at']); 
    616616        unset($this->widgetSchema['updated_at']); 
    617617      }