#111 Improved the data loader, and added a REST service to load data from a file

SVN:trunk[892]
This commit is contained in:
Romain Quetiez
2010-10-13 16:36:51 +00:00
parent 0fff433e90
commit 1e1e10aa00
3 changed files with 287 additions and 22 deletions

View File

@@ -669,6 +669,8 @@ abstract class DBObject
// a displayable error is returned
public function DoCheckToWrite()
{
$this->DoComputeValues();
$this->m_aCheckIssues = array();
foreach(MetaModel::ListAttributeDefs(get_class($this)) as $sAttCode=>$oAttDef)