xxb/module/file/ext/model/xuanxuan.php
2023-10-23 15:51:36 +08:00

12 lines
239 B
PHP
Executable File

<?php
/**
* Get xxc all file size.
*
* @access public
* @return Number
*/
public function getXxcAllFileSize()
{
return $this->dao->select('sum(size) as size')->from(TABLE_FILE)->where('objectType')->eq('chat')->fetch('size');
}