thyseus / yii-user-management

a user management module collection for the yii framework
185 stars 122 forks source link

HOW to create an accesFilter #50

Open Nicolas400 opened 12 years ago

Nicolas400 commented 12 years ago

HI, I wondering if its possible to create an AccessFilter to simple add a line in every Controller file. like: public function filters() { return array( //'accessControl', // perform access control for CRUD operations array('YUMAccessControlFilter'), ); }

To dinamically access actions, controlers and models. and Access permission table to analize that. Best regards.