Answer the question
In order to leave comments, you need to log in
How to remove an exception when requesting a database in yii?
there is PDO yii.
There is a code:
$sql = "select * from authorization(:login, :anketa, :edrpoy);";
$connection=Yii::app()->dbpg;
$command=$connection->createCommand($sql);
$command->bindParam(":anketa",$login['anketa'],PDO::PARAM_STR);
$command->bindParam(":login",$login['login'],PDO::PARAM_STR);
$command->bindParam(":edrpoy",$login['edrpoy'],PDO::PARAM_STR);
$dataReader=$command->queryRow();
Answer the question
In order to leave comments, you need to log in
https://jsfiddle.net/ppmugw7y/1/
Play around with the skew() parameter. I’ll clarify right away that if you rotate a block by a certain degree, you will need to rotate the child block by the opposite degree. You will see it in the code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question