Development

Changeset 33415

You must first sign up to be able to contribute.

Changeset 33415

Show
Ignore:
Timestamp:
04/19/12 22:11:00 (1 year ago)
Author:
eduardo.marcolino
Message:

Testing the readme format

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfDoctrineCreateInPlacePlugin/README

    r33414 r33415  
     1sfDoctrineCreateInPlacePlugin 
     2============================= 
     3 
     4Example: 
     5 
     6  $this->widgetSchema['author_id'] = new sfWidgetFormDoctrineChoiceCreateInPlace(array( 
     7    'height' => 300, 
     8    'model' => $this->getRelatedModelName('Author'),  
     9    'add_empty' => false 
     10  ));