Class stmCache

(line 104)

Description


Located in File: /rdfsapi/rdfsapi.php

CREATE TABLE `cache` (

`id` int(11) NOT NULL auto_increment, `trigger1` varchar(255) NOT NULL default '', `trigger2` varchar(255) NOT NULL default '', `trigger3` varchar(255) NOT NULL default '', `function` varchar(255) NOT NULL default '', `args` varchar(255) NOT NULL default '', `model` int(11) NOT NULL default '0', `resource` varchar(255) NOT NULL default '', `value` longblob NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `function` (`function`,`args`,`model`,`resource`) )



Class Variables

Summary:
mixed $value

$value = NULL (line 105)

Data type : mixed

Class Constants

Summary:

Method Detail

Summary:
stmCache stmCache ( $function, [ $args = array()], [ $model = ''], [ $resource = ''])
void expire ( $stm)
void get ()
void set ( $value, [ $triggers = array()])

Constructor stmCache (line 106)

stmCache stmCache( $function, [ $args = array()], [ $model = ''], [ $resource = ''])

Parameters

  • $function:
  • $args:
  • $model:
  • $resource:

Info

Method expire (line 130)

void expire( $stm)

Parameters

  • $stm:

Info

Method get (line 113)

void get( )

Info

Method set (line 118)

void set( $value, [ $triggers = array()])

Parameters

  • $value:
  • $triggers:

Info

Inherited Variables

Inherited Class Variable Summary

Inherited Methods

Inherited Method Summary


Documentation generated on Tue, 07 Nov 2006 13:07:10 +0100 by phpDocumentor 1.3.0