Thoughts after reading ThinkPHP's Example_PHP Tutorial
I downloaded the ThinkPHP code a few days ago and looked at it. My impression was not as good as that of CodeIgniter (CI). Maybe it’s because I downloaded the latest RC version! The Examples inside are not complete, so I opened a few 404 prompts because I am more concerned about the code for database operations. In addition, I ran through the Blog Example and found that the functions are quite complete. But after spending more than ten minutes looking at the code, I was scared. The reasons why I don’t like it very much are as follows:
1. The code is very large. After using the framework, such a small blog still needs to type so much code, and the development time is not short.
2. Write HTML, CSS, and Script in the controller, which makes the controller bloated and the code a bit confusing. Why not write it into View?
protected function ajaxUploadResult($info) { // Ajax方式附件上传提示信息设置 // 默认使用mootools opacity效果 //alert($info); $show = '<script language="JavaScript" src="' . WEB_PUBLIC_PATH . '/Js/mootools.js"></script><script language="JavaScript" type="text/javascript">' . "\n"; $show .= ' var parDoc = window.parent.document;'; $show .= ' var result = parDoc.getElementById("' . $info['uploadResult'] . '");'; if (isset($info['uploadFormId'])) { $show .= ' parDoc.getElementById("' . $info['uploadFormId'] . '").reset();'; } $show .= ' result.style.display = "block";'; $show .= " var myFx = new Fx.Style(result, 'opacity',{duration:600}).custom(0.1,1);"; if ($info['success']) { // 提示上传成功 $show .= 'result.innerHTML = "<div style=\"color:#3333FF\"> 文件上传成功!</div>";'; // 如果定义了成功响应方法,执行客户端方法 // 参数为上传的附件id,多个以逗号分割 if (isset($info['uploadResponse'])) { $show .= 'window.parent.' . $info['uploadResponse'] . '("' . $info['uploadId'] . '","' . $info['savename'] . '");'; } } else { // 上传失败 // 提示上传失败 $show .= 'result.innerHTML = "<div style=\"color:#FF0000\"> 上传失败:' . $info['message'] . '</div>";'; } $show .= "\n" . '</script>'; //$this->assign('_ajax_upload_',$show); header("Content-Type:text/html; charset=utf-8"); exit($show); return; }
3. Mixed use of Java, www.2cto.com Microsoft.Net, and PHP three coding styles (or to be precise, borrowed the naming style of functions, files, or variables from Java and Microsoft.Net, but without PHP change). However, it is relatively consistent in use and the probability of problems is not too great, but I am not very used to it.
4. Write Business Logic and database operations in the controller code. I see that the code in the Model is basically very short. It seems that basically all the functions of the blog are written in the controller. It's more like the way Fat Controller is written, but it should be better to write the database operations in the Model (according to my understanding of MVC). Fat Model has many advantages over Fat Controller and facilitates code reuse.
5. Let me give you an example. When I was looking at the code, I found a comment.
if (!empty($id)) { $Blog = D("BlogView"); $result = $Blog->where('Blog.id=' . $id)->find(); // 这里为什么用select()就读不出来 if ($result) { $this->assign('vo', $result); } else { $this->redirect('index'); return; } } else { $this->redirect('index'); }
Because I am more concerned about database operations, I have read some ThinkPHP documents before. Please, friends who wrote this code, what you select in TP reads is a record set, and what you get in find is a record. Of course you can't read it if you assign it like this. You have to change $result to $result[0] to read it out. In this way, I feel that the TP Example writer is too irresponsible to the users. But it’s not a big problem, it’s just an RC version.
6. SQL requests mixed with strings, some of which I didn’t understand! ! ! It may take time to delve deeper. Excessive use of this type of SQL may cause security risks (such as SQL injection).
public function tag() { $Tag = M("Tag"); if (!empty($_GET['name'])) { $name = trim($_REQUEST['name']); $list = $Tag->where("module='Blog' and name='$name'")->field('id,count')->find(); $tagId = $list['id']; $count = $list['count']; import("@.ORG.Page"); $listRows = 10; $fields = 'a.id,a.userId,a.categoryId,a.cTime,a.readCount,a.commentCount,a.title,c.title as category'; $p = new Page($count, $listRows); $p->setConfig('header', '篇日志 '); $dao = D("Blog"); $list = $dao->query("select " . $fields . " from " . C('DB_PREFIX') . 'blog as a,' . C('DB_PREFIX') . 'tagged as b, ' . C('DB_PREFIX') . 'category as c where b.tagId in (' . $tagId . ') and a.categoryId= c.id and a.status=1 and a.id=b.recordId order by a.id desc limit ' . $p->firstRow . ',' . $p->listRows); if ($list) { $page = $p->show(); $this->assign("page", $page); $this->assign('list', $list); } $this->assign('tag', $name); $this->assign("count", $count); } else { $list = $Tag->where("module='Blog'")->select(); //dump($list); $this->assign('tags', $list); } $this->display(); }
7. Coding style can reflect the level of a programmer. Compared with CI Examples, there is still a certain gap. The comments are written more casually. I sometimes write code and the comments are quite casual. Sometimes in order to respect other people, you still need to write comments with the same patience as writing code.
8. It has nothing to do with code. The accompanying user documentation is not very user-friendly. On my laptop, I saw that the fonts are very large and the line spacing is very large. A simple PHP code only displays two pages. Some codes use pictures for syntax highlighting, but the quality of the pictures is too low. Maybe I play too much with DSLRs. Creating HTML is actually convenient for users to use and search, but creating a PDF is a little more troublesome.
The above opinions are only for the Example of ThinkPHP 3.0 RC1. I haven't seen the core code, so I can't comment. At the same time, I don’t mean to deny the strength of the domestic MVC framework, but I think that the developers of TP should work more on some details and put more effort into improving the quality of TP’s manuals and examples!
Excerpted from Xiaoxia

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Hongguo Short Play is not only a platform for watching short plays, but also a treasure trove of rich content, including novels and other exciting content. This is undoubtedly a huge surprise for many users who love reading. However, many users still don’t know how to download and watch these novels in Hongguo Short Play. In the following, the editor of this website will provide you with detailed downloading steps. I hope it can help everyone in need. Partners. How to download and watch the Hongguo short play? The answer: [Hongguo short play] - [Audio book] - [Article] - [Download]. Specific steps: 1. First open the Hongguo Short Drama software, enter the homepage and click the [Listen to Books] button at the top of the page; 2. Then on the novel page we can see a lot of article content, here

When you log in to someone else's steam account on your computer, and that other person's account happens to have wallpaper software, steam will automatically download the wallpapers subscribed to the other person's account after switching back to your own account. Users can solve this problem by turning off steam cloud synchronization. What to do if wallpaperengine downloads other people's wallpapers after logging into another account 1. Log in to your own steam account, find cloud synchronization in settings, and turn off steam cloud synchronization. 2. Log in to someone else's Steam account you logged in before, open the Wallpaper Creative Workshop, find the subscription content, and then cancel all subscriptions. (In case you cannot find the wallpaper in the future, you can collect it first and then cancel the subscription) 3. Switch back to your own steam

Recently, many users have been asking the editor, how to download links starting with 115://? If you want to download links starting with 115://, you need to use the 115 browser. After you download the 115 browser, let's take a look at the download tutorial compiled by the editor below. Introduction to how to download links starting with 115:// 1. Log in to 115.com, download and install the 115 browser. 2. Enter: chrome://extensions/ in the 115 browser address bar, enter the extension center, search for Tampermonkey, and install the corresponding plug-in. 3. Enter in the address bar of 115 browser: Grease Monkey Script: https://greasyfork.org/en/

The superpeople game can be downloaded through the steam client. The size of this game is about 28G. It usually takes one and a half hours to download and install. Here is a specific download and installation tutorial for you! New method to apply for global closed testing 1) Search for "SUPERPEOPLE" in the Steam store (steam client download) 2) Click "Request access to SUPERPEOPLE closed testing" at the bottom of the "SUPERPEOPLE" store page 3) After clicking the request access button, The "SUPERPEOPLECBT" game can be confirmed in the Steam library 4) Click the install button in "SUPERPEOPLECBT" and download

Many users need to download files when using Quark Network Disk, but we want to save them locally, so how to set this up? Let this site introduce to users in detail how to save files downloaded from Quark Network Disk back to the local computer. How to save files downloaded from Quark network disk back to your local computer 1. Open Quark, log in to your account, and click the list icon. 2. After clicking the icon, select the network disk. 3. After entering Quark Network Disk, click My Files. 4. After entering My Files, select the file you want to download and click the three-dot icon. 5. Check the file you want to download and click Download.

foobar2000 is a software that can listen to music resources at any time. It brings you all kinds of music with lossless sound quality. The enhanced version of the music player allows you to get a more comprehensive and comfortable music experience. Its design concept is to play the advanced audio on the computer The device is transplanted to mobile phones to provide a more convenient and efficient music playback experience. The interface design is simple, clear and easy to use. It adopts a minimalist design style without too many decorations and cumbersome operations to get started quickly. It also supports a variety of skins and Theme, personalize settings according to your own preferences, and create an exclusive music player that supports the playback of multiple audio formats. It also supports the audio gain function to adjust the volume according to your own hearing conditions to avoid hearing damage caused by excessive volume. Next, let me help you

As a convenient and practical network disk tool, Quark can help users easily obtain their favorite resources. What if you want to download a file locally? Let the editor tell you now, let’s learn it together! How to download Quark Network Disk to local sharing method 1. First open the Quark software, enter the homepage, and click the [Cloud Icon] on the lower right; 2. Then on the Quark Network Disk page, we click the [Document] function; 3. Then go to the document page, select the file you want to download, and click the [three-dot icon]; 4. After the final click, we click [Download] in the pop-up dialog box;

To run the ThinkPHP project, you need to: install Composer; use Composer to create the project; enter the project directory and execute php bin/console serve; visit http://localhost:8000 to view the welcome page.
