YII image for buttonCHtml: imageButton_PHP tutorial

Source: Internet
Author: User
The YII image is made of buttonCHtml: imageButton. The CHtml: imageButton method can use an image as a button, but the submitted method is not post, or it may be GET, but it has not been tried. In the view, write :? Phpif (isset ($ _ GET [id]) {CHtml: imageButton can use an image as a button, but the submission method is not post,

Or GET.

Write in view as follows:

If (isset ($ _ GET ['id'])
{
Echo CHtml: imageButton (Yii: app ()-> baseUrl. '/images/button1.png', array ('submit '=> 'action1? Id = '. $ _ GET ['id']); //
Echo CHtml: imageButton (Yii: app ()-> baseUrl. '/images/button2.png', array ('submit '=> 'controller2/action2'); // unspecified

}

?>

In this way, you can submit.

But in the controller action

You cannot get POST www.2cto.com.

If (isset ($ _ POST ['post'])
{

// NEVER COME HERE

}


Author: georgelife7

Http://www.bkjia.com/PHPjc/478091.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/478091.htmlTechArticleCHtml::imageButton method can use an image button, but the method of submission is not post, it may be GET, did not try GET. In the view, write :? Php if (isset ($ _ GET [id]) {...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.