Comments: on this page. Click to read or post your own.
A DataObjectLog is a log of changes that have been made to the database in this session.
It was designed to help with updates to the CMS tree, and could be used wherever an Ajax call needs to update a complex on-screen representation of your data.
Located in /sapphire/core/model/DataObjectLog.php (line 9)
Object | --DataObjectLog
The DataObjects that have been added to the database in this session.
The DataObjects that have been changed in the database in this session.
The DataObjects that have been deleted from the database in this session.
This must be set to true for the DataObjectLog to work
Inherited from Object
Object::$builtInMethods
Object::$class
Object::$classConstructed
Object::$extensions
Object::$extension_instances
Object::$extraMethods
Object::$extraStatics
Object::$statics
Object::$static_cached
Get all DataObjects that have been added this session that are of the class or a subclass of the class provided.
Get all DataObjects in the given set that are of the class or a subclass of the class provided.
Get all DataObjects that have been changed this session that are of the class or a subclass of the class provided.
Get all DataObjects that have been deleted this session that are of the class or a subclass of the class provided.
Inherited From Object
Object::__construct()
Object::addMethodsFrom()
Object::addStaticVars()
Object::addWrapperMethod()
Object::add_extension()
Object::allMethodNames()
Object::buildMethodList()
Object::cacheToFile()
Object::cacheToFileWithArgs()
Object::create()
Object::createMethod()
Object::defineMethods()
Object::exists()
Object::extend()
Object::extInstance()
Object::getCustomClass()
Object::hasExtension()
Object::hasMethod()
Object::invokeWithExtensions()
Object::is_a()
Object::loadCache()
Object::parentClass()
Object::sanitiseCachename()
Object::saveCache()
Object::set_stat()
Object::set_uninherited()
Object::stat()
Object::strong_create()
Object::uninherited()
Object::useCustomClass()
Object::__call()
Object::__toString()
Documentation generated on Sun, 19 Oct 2008 06:39:57 +1300 by phpDocumentor 1.3.2