Пример #1
0
Файл: role.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('users' => new Sprig_Field_ManyToMany(array('model' => 'Site_User', 'through' => 'site_roles_users'))));
 }