public function __construct(\Base_Model_Table $dbModelTable = null) { parent::__construct($dbModelTable); $this->_select = $this->dbModelTable->select(); }
public function __construct(Base_Model_Table $dbModelTable = null, $guardianCalendar = false) { $this->headers = array('deleg_no'); parent::__construct($dbModelTable, $guardianCalendar); }