Commit 938f080d authored by Shakarim Sapa's avatar Shakarim Sapa

- Тест

parent 6833078d
...@@ -35,11 +35,12 @@ class DefaultController extends BaseController ...@@ -35,11 +35,12 @@ class DefaultController extends BaseController
* @param $email * @param $email
* @throws \yii\web\NotFoundHttpException * @throws \yii\web\NotFoundHttpException
*/ */
public function actionAdd($email){ public function actionAdd(){
// Результирующий массив // Результирующий массив
$result = [ $result = [
'result' => false 'result' => false
]; ];
echo "ASD"; die;
// Получили и переопределили данные из формы // Получили и переопределили данные из формы
if(Yii::$app->request->isAjax) { if(Yii::$app->request->isAjax) {
// Создали модель // Создали модель
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment