TIP_Bucket
Introduction
Bucket data engine
- Source file
- /Type/data_engine/bucket.php
- Extends
- TIP_Data_Engine
- todo
- Must be implemented a function to show the row context, so you can see it in the logged warnings.
Dummy data engine that simply does nothing. Anyway, all the requested functions return succesful results and log a warning message for debugging purpose.
Methods
__construct ($options)
Constructor
- $options
- array
Properties values
- lines
- 44 - 47
- access
- protected
Initializes a TIP_Bucket instance.
preparedName ($name, [$domain])
- $name
- $domain
- [ = null ]
- lines
- 52 - 56
- access
- public
preparedValue ($value)
- $value
- lines
- 58 - 62
- access
- public
query ()
- lines
- 64 - 68
- access
- public
fillFields (&$data)
- &$data
- lines
- 70 - 74
- access
- public
select (&$data, $filter, $fields)
- &$data
- $filter
- $fields
- lines
- 76 - 81
- access
- public
insert (&$data, &$row)
- &$data
- &$row
- lines
- 83 - 87
- access
- public
update (&$data, $filter, &$row)
- &$data
- $filter
- &$row
- lines
- 89 - 93
- access
- public
delete (&$data, $filter)
- &$data
- $filter
- lines
- 95 - 99
- access
- public
dump ($root)
- $root
- lines
- 101 - 105
- access
- public
startTransaction ()
- lines
- 107 - 111
- access
- public
endTransaction ()
- lines
- 113 - 117
- access
- public
cancelTransaction ()
- lines
- 119 - 123
- access
- public
TIP_Bucket
was last modified by
TiP
on
Mon 25 May 2009 06:22:25 PM CEST