Yii framework2.0 development tutorial (4) define global variables in yii

Source: Internet
Author: User

The best place to define global variables in yii is the entry script. That is, the index. php file in the web folder.

For example, after defined ('yii _ env') or define ('yii _ env', 'dev ');

Defined ('zyl _ hei') or define ('zyl _ hei', 'zhyoulun-hei ');

In the views/zhyoulun/helloworld. php file created in tutorial (1), write

<? Phpecho 'Hello world! '; // Global variable echo constant ('zyl _ hehe');?>

Http: // localhost/basic/web/index. php? R = zhyoulun/helloworld



Reference: http://www.yiichina.com/guide/2/structure-entry-scripts


Reprinted please indicate the source: http://blog.csdn.net/zhyoulun/article/details/40458355

Yii framework2.0 development tutorial (4) define global variables in yii

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.