Changeset 2031 for trunk/modules/forge/controllers
- Timestamp:
- 02/11/2008 11:34:22 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/controllers/forge_demo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/controllers/forge_demo.php
r2027 r2031 41 41 // Using a custom template: 42 42 // echo $form->render('custom_view', TRUE); 43 // Inside the view access the inputs using $input_id-> html(), ->label() etc43 // Inside the view access the inputs using $input_id->render(), ->label() etc 44 44 // 45 45 // To get the errors use $input_id_errors.
