My Console Application Class Reference

/views/collection/selectRole.php

Controller CollectionController
Package application.views.collection
Source Code app/views/collection/selectRole.php
select user role for a particular collection/project.

Uses Properties

PropertyTypeDescriptionDefined By
model entity current project/collection CollectionController
role role selected user role CollectionController
roles array all project user roles CollectionController
selectedRole integer current selected role id CollectionController

Uses Details

model variable
entity model;

current project/collection

role variable
role role;

selected user role

roles variable
array roles;

all project user roles

selectedRole variable
integer selectedRole;

current selected role id

Copyright © 2008-2011 by Yii Software LLC
All Rights Reserved.