Plugins

Summary
Plugins
AuthorJaybill McCarthy
Licensehttp://communit.as/docs/license
See AlsoCts_Db_Table_Abstract
Instance Variables
$_nameThe name of the table or view to interact with in the data source.
$_primaryThe primary key of the table or view to interact with in the data source.
Instance Methods
exists

Author

Jaybill McCarthy

Instance Variables

$_name

protected $_name

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

$_primary

protected $_primary

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

Instance Methods

exists

function exists($hook_name,
$class_name,
$method_name)

Arguments

hook_nameTBD
class_nameTBD
method_nameTBD

Returns: boolean

protected $_name
The name of the table or view to interact with in the data source.
protected $_primary
The primary key of the table or view to interact with in the data source.
function exists($hook_name,
$class_name,
$method_name)
Close