示例#1
0
 function ImageListView(&$rows, $controller, $caption = '', $edit_actions = array())
 {
     parent::TxpTableView($rows, $caption, $edit_actions);
     $this->controller = $controller;
 }
示例#2
0
 function SectionListView(&$rows, $controller, $caption = '', $edit_actions = array())
 {
     parent::TxpTableView($rows, $caption, $edit_actions);
     $this->controller = $controller;
     $this->pages = safe_column('name', 'txp_page', "1 = 1");
     $this->styles = safe_column('name', 'txp_css', "1 = 1");
 }