map info module improvements, new system graph module, map info module refactoring, new CCP API Cronjob (jumps, kills,...)

This commit is contained in:
exodus4d
2015-03-15 20:55:56 +01:00
parent 417961cd1e
commit 5136038bc9
51 changed files with 3158 additions and 1031 deletions

View File

@@ -12,8 +12,13 @@ namespace Model;
class UserMapModel extends BasicModel {
protected $table = 'user_map';
protected $ttl = 5;
protected $rel_ttl = 5;
protected $fieldConf = array(
'userId' => array(
'belongs-to-one' => 'Model\UserModel'
),
'mapId' => array(
'belongs-to-one' => 'Model\MapModel'
)