Tabular Input Can't Show The Form

Hi All,

I am trying to follow the tutorial from YII about tabular input "http://www.yiiframework.com/doc/guide/1.1/en/form.table" .

I created table Item and also its CRUD.

I already made function "actionBatchUpdate", "getItemsToUpdate" and view "batchUpdate".

But there is no form that displayed.

How to show the form ?

Anyone help me ?

Sorry I am new in YII .

Thank you.

Do you get any error?

Do you have errors displaying enabled in your php installation? You may use




error_reporting(-1);

ini_set('display_errors', true);



Do you have this line uncommented in your index.php file?




defined('YII_DEBUG') or define('YII_DEBUG',true);



Please post related pieces of your code (use editor formatting for code blocks).