mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
add method useViews() to turn on/off the use of views
This commit is contained in:
parent
9d926fb55c
commit
8c3c49e3b5
|
@ -245,6 +245,15 @@ class SeedDMS_Core_DatabaseAccess {
|
|||
return $this->_driver;
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Turn on views instead of temp. tables
|
||||
*
|
||||
* @param bool $onoff turn use of views instead of temp. table on/off
|
||||
*/
|
||||
function useViews($onoff) { /* {{{ */
|
||||
$this->_useviews = $onoff;
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
* Destructor of SeedDMS_Core_DatabaseAccess
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user