DatabaseVersions

Author

Jaybill McCarthy

Instance Variables

$_primary

protected $_primary

The primary key of the table or view to interact with in the data source.

Instance Methods

_setupTableName

protected function _setupTableName()

Arguments: none

Returns: void

setCurrentVersion

function setCurrentVersion($module_id,
$version)

Arguments

module_idTBD
versionTBD

Returns: void

getCurrentVersion

function getCurrentVersion($module_id)

Arguments

module_idTBD

Returns: TBD

protected $_primary
The primary key of the table or view to interact with in the data source.
protected function _setupTableName()
Arguments: none
function setCurrentVersion($module_id,
$version)
function getCurrentVersion($module_id)
Close