current location:Home > Technical Articles > PHP Framework > ThinkPHP

  • ThinkPHP releases security update version (V6.1.0/V6.0.14)
    ThinkPHP releases security update version (V6.1.0/V6.0.14)
    The following thinkphp framework tutorial column will introduce you to the updated content of ThinkPHP V6.1.0 and V6.0.14. I hope it will be helpful to friends in need!
    ThinkPHP 1928 2022-10-26 17:09:02
  • ThinkPHP6.0.13 Deserialization Vulnerability Analysis
    ThinkPHP6.0.13 Deserialization Vulnerability Analysis
    I've been a little idle recently, and I feel uncomfortable not finding something to do. I plan to find some loopholes to analyze, so I plan to take a look at some loopholes in TP. ThinkPHP6.0.13 is the latest version of TP. In August, a master submitted an issue pointing out that TP There is a deserialization problem. Some experts on the Internet have analyzed it, but there are many breakpoints, and some methods do not clarify their uses, so I will try to analyze it in detail. The POC is given below
    ThinkPHP 2698 2022-10-09 18:47:34
  • Is thinkphp a domestic framework?
    Is thinkphp a domestic framework?
    thinkphp is a domestic framework. ThinkPHP is a fast, compatible and simple lightweight domestic PHP development framework, which was born to simplify enterprise-level application development and agile WEB application development. ThinkPHP has been adhering to the simple and practical design principle since its birth. While maintaining excellent performance and minimal code, it also focuses on ease of use.
    ThinkPHP 1896 2022-09-26 17:11:09
  • Let's talk about Thinkphp 5.0's operation of database (key code)
    Let's talk about Thinkphp 5.0's operation of database (key code)
    A standard website must be inseparable from database operations. In this course, I will work with you to uncover the mystery of ThinkPHP5 data operations, and happily use ThinkPHP5 to operate the database with you, making database operations more enjoyable.
    ThinkPHP 1356 2022-09-23 19:28:36
  • Let's talk about how to use Redis in ThinkPHP6
    Let's talk about how to use Redis in ThinkPHP6
    How to use Redis in ThinkPHP6? The following article will introduce how to use Redis in ThinkPHP6. I hope it will be helpful to everyone!
    ThinkPHP 2547 2022-08-18 11:41:01
  • Summary of entry-level knowledge points for ThinkPHP6.0
    Summary of entry-level knowledge points for ThinkPHP6.0
    This article brings you relevant knowledge about thinkphp, which mainly organizes related issues related to getting started with ThinkPHP6.0. ThinkPHP is a free, open source, fast and simple object-oriented lightweight PHP development framework for agility. It was born to develop WEB applications and simplify enterprise application development. Let’s take a look at it together. I hope it will be helpful to everyone.
    ThinkPHP 3593 2022-07-15 20:32:39
  • This article teaches you how to implement redis message queue using ThinkPHP using think-queue.
    This article teaches you how to implement redis message queue using ThinkPHP using think-queue.
    This article brings you relevant knowledge about ThinkPHP. It mainly sorts out the related issues of using think-queue to implement redis message queue. Let's take a look at it together. I hope it will be helpful to everyone.
    ThinkPHP 3778 2022-06-28 21:04:18
  • Detailed example of thinkphp6 using jwt authentication
    Detailed example of thinkphp6 using jwt authentication
    This article brings you relevant knowledge about thinkphp, which mainly introduces the issues of using jwt authentication. Let's take a look at it together. I hope it will be helpful to everyone.
    ThinkPHP 4376 2022-06-24 12:58:09
  • what is model in thinkphp
    what is model in thinkphp
    In thinkphp, model refers to enterprise data and business rules. In actual project development, it mainly implements operations with the database; the name of the model class needs to remove the database name of the table prefix, use camel case naming, and use capital letters for the first letter. Model The class completes basic CURD, ActiveRecord mode, coherent operation and statistical query, etc.
    ThinkPHP 3068 2022-06-21 15:45:13
  • Is thinkphp free?
    Is thinkphp free?
    thinkphp is free; thinkphp is a free, open source, fast, simple, object-oriented and lightweight PHP development framework. It is released under the Apache2 open source agreement and was born for agile web application development and simplified enterprise-level application development. It is provided free of charge.
    ThinkPHP 2607 2022-06-21 15:19:06
  • Which template engine does thinkphp use by default?
    Which template engine does thinkphp use by default?
    thinkphp uses the built-in template engine by default, which is an independently innovative XML compilation template engine; the built-in template engine supports the mixed use of PHP original code and template tags in the template file, and the view template file can support different parsing rules. By default there is no need to manually initialize the template engine.
    ThinkPHP 2855 2022-06-21 15:18:41
  • What do thinkphp's mvc refer to?
    What do thinkphp's mvc refer to?
    The mvc that thinkphp is based on refers to: 1. m is the abbreviation of model, which means model, which is used for data processing; 2. v is the abbreviation of view, which means view, which is composed of View class and template file; 3. c is the abbreviation of controller , represents the controller, used for logical processing. The MVC design pattern is a programming idea and a method of separating the logical layer and presentation layer of an application.
    ThinkPHP 4016 2022-06-21 11:11:44
  • Is thinkphp object-oriented?
    Is thinkphp object-oriented?
    thinkphp is object-oriented; thinkphp is a free, open source, fast, simple, object-oriented lightweight PHP development framework. It is an open source lightweight PHP framework that was born to simplify enterprise-level application development and agile WEB application development. .
    ThinkPHP 2268 2022-06-21 11:02:47
  • Do you use ajax method in thinkphp?
    Do you use ajax method in thinkphp?
    The ajax method is used in thinkphp; thinkphp uses ajax in the same way as PHP uses ajax. The difference is that the url in PHP's ajax points to a page, while the url in thinkphp needs to point to an operation method, and ajax can be used to return specified data. Returns modifications to the data type, etc.
    ThinkPHP 2728 2022-06-16 17:47:42
  • Are thinkphp and laravel the same?
    Are thinkphp and laravel the same?
    thinkphp and laravel are different. Although thinkphp and laravel are both PHP development frameworks, they have many differences: 1. The methods of rendering the last class are different. Thinkphp uses the "$this->display()" method to render templates, while Laravel uses the "return view()" method; 2. Laravel is a rerouting framework, and thinkphp requires a controller method for normal access.
    ThinkPHP 3630 2022-06-16 17:37:16

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!