Assuming i have
$_POST[\"x\"][\"y\"] = 5;
how can i
Yii::app()->request->getPost(\'x[y]\');
how ca
Yii2
$x = Yii::$app->request->post('x');