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.
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.