I am working at trackstar Agile book application chapter 8.
i put the the "RbacCommand.php" class to application "trackstar/protectedcommands/shell/" folder
and have already updated component array in main.php with
‘authManager’=>array(
‘class’=>‘CDbAuthManager’,
‘connectionID’=>‘db’,
But as i open the yiic shell and typed help then there don’t appear the new command i.e.
rbac
any help please ?
Please find the attachment for files which are related to this section.