function ImageListView(&$rows, $controller, $caption = '', $edit_actions = array()) { parent::TxpTableView($rows, $caption, $edit_actions); $this->controller = $controller; }
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"); }