map/system/connection update functionality (backend)
This commit is contained in:
24
app/main/model/UserMapModel.php
Normal file
24
app/main/model/UserMapModel.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: exodus4d
|
||||
* Date: 28.02.15
|
||||
* Time: 11:57
|
||||
*/
|
||||
|
||||
namespace Model;
|
||||
|
||||
|
||||
class UserMapModel extends BasicModel {
|
||||
|
||||
protected $table = 'user_map';
|
||||
|
||||
protected $fieldConf = array(
|
||||
'mapId' => array(
|
||||
'belongs-to-one' => 'Model\MapModel'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user