コード例 #1
0
ファイル: token.php プロジェクト: azuya/Wi3
 protected function _init()
 {
     parent::_init();
     // Overrule the names of the User_Roles model to the Site_... version
     $this->_fields = array_merge($this->_fields, array('user' => new Sprig_Field_BelongsTo(array('model' => 'Site_User', 'column' => 'site_user_id'))));
 }