Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Comparison between THINKPHP2.0 and 3. 0

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly explains "THINKPHP 2.0 and 3.0 comparison", interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let Xiaobian take you to learn "THINKPHP2.0 and 3.0 comparison"!

1.Thinkphp in our entry file writing, may finally add an app::run();

3.0 You don't need it at all, you'll find that otherwise you'll call 2.debug twice. When we developed it, we usually wrote it like this in 2.0, config.php under conf.

However, the current 3.0 declaration method is different, we use define ('APP_DEBUG', true);

And that's the way to say it.

3. In template assignment templates, in 2.0 we would write these $this->display(skin @ module: method);

But we are at 3.0 is $this->display(skin: module: method);

4. When we call the model, we might say $user=D ('user '); this is perfectly fine at 2.0, but

If you write in 3.0, sorry you write in UserModel.php model method simply does not call out, this swollen do?

$user->D ('User '); don't ignore case

At this point, I believe everyone has a deeper understanding of "THINKPHP2.0 and 3.0 comparison," may wish to actually operate it! Here is the website, more related content can enter the relevant channels for inquiry, pay attention to us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report