addColumn('no', 'no'); $this->addColumn('text', 'title', array('orderBy' => 'title', 'title' => 'Title')); $this->addColumn('block_content', 'content'); $this->addColumn('page_list', 'pageList', array('title' => 'Show on pages')); $this->addColumn( 'link_enum', 'show', array( 'title' => 'Show', 'orderBy' => 'show', 'values' => array('y' => 'Yes', 'n' => 'No'), ) ); $this->addColumn('options', 'options'); return $this; } }