Changeset 27179 for plugins/daYamlEditorPlugin
- Timestamp:
- 01/26/10 11:28:19 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/daYamlEditorPlugin/trunk/modules/daYamlEditor/lib/BasedaYamlEditorActions.class.php
r26564 r27179 10 10 { 11 11 /** 12 * Index action only handle and save a form12 * Index action, override to use your own daYamlEditor forms 13 13 * @param sfWebRequest $request 14 14 */ … … 16 16 { 17 17 $this->form = new daYamlEditorForm(); 18 $this->processForm($request); 19 } 18 20 21 /** 22 * Process and save the form 23 * @param sfWebRequest $request 24 */ 25 public function processForm(sfWebRequest $request) 26 { 19 27 if ($request->isMethod('post')) 20 28 {