Rights

Namerights
ClassRightsModule
Location/home/vhosts/app-manager.eu5.org/protected/modules/rights/RightsModule.php
AuthorChristoffer Niska <cniska@live.com>
Version1.3.0
LinkNot set
Rights module class file.

DO NOT CHANGE THE DEFAULT CONFIGURATION VALUES! You may overload the module configuration values in your rights-module configuration like so: 'modules'=>array( 'rights'=>array( 'userNameColumn'=>'name', 'flashSuccessKey'=>'success', 'flashErrorKey'=>'error', ), ),

Options

Displaying 21-30 of 31 results.
NameValueDescriptionType
behaviorsarray()The behaviors that should be attached to the module. The behaviors will be attached to the module when {@link init} is called. Please refer to {@link CModel::behaviors} on how to specify the value of this property.array
controllerPathnullThe directory that contains the controller classes. @throws CException if the directory is invalidstring
viewPathnullThe root directory of view files. @throws CException if the directory does not exist.string
layoutPathnullThe root directory of layout files. @throws CException if the directory does not exist.string
idnullSets the module ID. the module IDstring
basePathnullSets the root directory of the module. This method can only be invoked at the beginning of the constructor. the root directory of the module. @throws CException if the directory does not exist.string
paramsnullSets user-defined parameters. user-defined parameters. This should be in name-value pairs.array
modulePathnullSets the directory that contains the application modules. the directory that contains the application modules. @throws CException if the directory is invalidstring
importnullSets the aliases that are used in the module. list of aliases to be importedarray
aliasesnullDefines the root aliases. list of aliases to be defined. The array keys are root aliases, while the array values are paths or aliases corresponding to the root aliases. For example, <pre> array( 'models'=>'application.models', // an existing alias 'extensions'=>'application.extensions', // an existing alias 'backend'=>dirname(__FILE__).'/../backend', // a directory ) </pre>array
Free Web Hosting