}
}
+ function keyTypes()
+ {
+ global $_DB_DATAOBJECT;
+ if (!isset($_DB_DATAOBJECT['INI'][$this->_database][$this->__table."__keys"])) {
+ $this->databaseStructure();
+
+ }
+ return $_DB_DATAOBJECT['INI'][$this->_database][$this->__table."__keys"];
+ }
+
function encache()
{
$c = $this->memcache();
} else {
$pkey = array();
$pval = array();
- $types = $this->keys();
+ $types = $this->keyTypes();
ksort($types);
foreach ($types as $key => $type) {
if ($type == 'K') {
} else {
$pkey = array();
$pval = array();
- $types = $this->keys();
+ $types = $this->keyTypes();
ksort($types);
foreach ($types as $key => $type) {
if ($type == 'K') {