request->isPost)" statement to determine. If the condition is true, it means a post submission."> yii determines whether post submission-YII-php.cn
Home> PHP Framework> YII> body text

yii determines whether post submission

Release: 2020-01-11 15:58:26
Original
2379 people have browsed it

yii determines whether post submission

1. Determine whether the submission is through the post method in the controller:

if(Yii::$app->request->isPost){ return true; }else{ return false; }
Copy after login

Recommended learning:Yii Getting Started Tutorial

The above is the detailed content of yii determines whether post submission. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
yii
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!