Answer the question
In order to leave comments, you need to log in
How to get access to external actions in yii that are in a module?
Good afternoon,
My external actions are in the modules/crud/components folder . There is also an empty CrudModule . The module is included in config/main.php . But for some reason I simply write the code in the controller:
function actions(){
return array(
'index'=>array(
'class'=>'DAdminAction',
'view'=>'index',
'ajaxView'=>'_grid'
),
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question