Show
Ignore:
Timestamp:
02/11/2008 11:34:22 AM (11 months ago)
Author:
armen
Message:

Correct a comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/controllers/forge_demo.php

    r2027 r2031  
    4141                // Using a custom template: 
    4242                // echo $form->render('custom_view', TRUE); 
    43                 // Inside the view access the inputs using $input_id->html(), ->label() etc 
     43                // Inside the view access the inputs using $input_id->render(), ->label() etc 
    4444                // 
    4545                // To get the errors use $input_id_errors.