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

@@ -13,17 +13,17 @@ class UserCharacterModel extends BasicModel {
protected $table = 'user_character';
protected $fieldConf = array(
'userId' => array(
protected $fieldConf = [
'userId' => [
'belongs-to-one' => 'Model\UserModel'
),
'apiId' => array(
],
'apiId' => [
'belongs-to-one' => 'Model\UserApiModel'
),
'characterId' => array(
],
'characterId' => [
'belongs-to-one' => 'Model\CharacterModel'
)
);
]
];
/**
* set an array with all data for a character