Class Utility
Utility model class Execute utility operations
- Model
- AppModel
- Utility
Version:
$Revision$
Modifiedby: $LastChangedBy$
Lastmodified:
Located at models/utility.php
Modifiedby: $LastChangedBy$
Lastmodified:
$LastChangedDate$
$Id$
Located at models/utility.php
Methods summary
public
array
|
|
protected
|
#
updateStreamFields( array $options )
utility operation update stream fields according to Stream::updateStreamFields |
protected
|
#
rebuildIndex( array $options )
utility operation rebuild index for search text according to SearchText::rebuildIndex() |
protected
|
#
clearMediaCache( array $options )
utility operation clear media cache, remove image thumbs according to Stream::clearMediaCache() |
protected
|
|
protected
|
#
cleanupCache( array $options = array() )
utility operation cleanup cached files according to BeSystem::cleanupCache() |
private
string
|
#
buildLogItems( array $data = array() )
build an array of log items loop the $data array and build an array of string built with all key => value pairs |
private
|
Methods inherited from AppModel
Properties summary
public
boolean
|
$useTable
|
#
false
|
protected
array,
|
$response
response of Utility::call() |
#
array('results' => null, 'message' => null, 'log' => null)
|