Bug fixing, new map info dialog

This commit is contained in:
Exodus4D
2015-08-25 23:04:47 +02:00
parent e3591e5d05
commit 52957d1ac8
70 changed files with 3320 additions and 1452 deletions

View File

@@ -14,20 +14,20 @@ class ConnectionModel extends BasicModel{
protected $table = 'connection';
protected $fieldConf = array(
'mapId' => array(
protected $fieldConf = [
'mapId' => [
'belongs-to-one' => 'Model\MapModel'
),
'source' => array(
],
'source' => [
'belongs-to-one' => 'Model\SystemModel'
),
'target' => array(
],
'target' => [
'belongs-to-one' => 'Model\SystemModel'
),
'type' => array(
],
'type' => [
'type' => self::DT_JSON
)
);
]
];
/**
* set an array with all data for a system