mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
- Added file read/write from/to file system functionality in Dms
This commit is contained in:
@@ -12,7 +12,7 @@ class Dms_model extends DB_Model
|
||||
$this->pk = 'dms_id';
|
||||
}
|
||||
|
||||
protected function insertDmsVersion($data)
|
||||
public function insertDmsVersion($data)
|
||||
{
|
||||
$tableName = 'campus.tbl_dms_version';
|
||||
|
||||
@@ -27,7 +27,7 @@ class Dms_model extends DB_Model
|
||||
return $this->_error($this->db->error(), FHC_DB_ERROR);
|
||||
}
|
||||
|
||||
protected function updateDmsVersion($id, $data)
|
||||
public function updateDmsVersion($id, $data)
|
||||
{
|
||||
$tableName = 'campus.tbl_dms_version';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user