Precautions for registerScript syntax in Yii

Source: Internet
Author: User
The autoLoad name cannot be the same as other scripts! Do not use comments, such as // embed the PHP variable: & amp; #39; & quot ;. $ params [& amp; #39; sdate & amp; #39;]. & quot; & amp; #39; & lt; optionvalue =\& quot; 0 \ & quot; & gt; others & lt;/option &

The autoLoad name cannot be the same as other scripts!
Do not use comments, such //
Embedded PHP variable: '". $ params ['sdate']."'
OthersThe Value in HTML must be enclosed in double quotation marks !!!!

 


Yii: app ()-> clientScript-> registerScript ('autoload ',"
Var status = '". $ params ['type']."';
Var sdate = '". $ params ['sdate']."';
Var edate = '". $ params ['update']."';
Var word = '". Yii: app ()-> request-> getParam ('word ')."';
$ ('# ShopInfo_shop_products'). val (word );
If (status = 'ossub '){
$ ('# Shop_launch_start_time'). val (sdate );
$ ('# Shop_launch_end_time'). val (edate );
$. Fn. yiiGridView. update ('Report-grids ',{
Data: $ ('# form'). serialize ()
});
}

Var currentUser = '". Yii: app ()-> user-> getName ()."';
If (currentUser = 'admin ')
$ ('Others'). InsertAfter (' # ShopInfo_shop_area_id option: LA ');

");

?>


 

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.