addColumn('no', 'no', array('orderBy' => 'sorter')); $this->addColumn('text', 'title', array('orderBy' => 'title', 'truncateLength' => 150)); $url = \Qs_SiteMap::findFirst(null, array('type' => 'Blog\\Admin\\'), null, 'url'); $this->addColumn('posts', 'posts', array('title' => 'Posts', 'orderBy' => 'postsCount', 'postsUrl' => $url)); $this->addColumn('link_enum', 'enabled', array('title' => 'Show', 'orderBy' => 'enabled')); $this->addColumn('options', 'options'); return $this; } }