Latest news: New android application Islamic Video has been released. its a free islamic video application for android smartphone. Download now!
When we need to to call another controller function,we can simply use the below code
Yii::$app->runAction('publish/commit',[
'r' => 'ws'
]);
write it in Controller A index method and you can get the value of $r in Controller Publish commit method.
Views : 3121