Assuming i have
$_POST["x"]["y"] = 5;
how can i
Yii::app()->request->getPost('x[y]');
how can i retrieve the post variable by index ?
and is there any yii function that checks for sql injection ? does the getPost do that check ?
Thank you .
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…