Tag

ThinkPHP

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Dec 9, 2024 · Backend Development

Comprehensive ThinkPHP 8.x Development Course: PHP Environment Setup, Framework Configuration, and Advanced Features

This course teaches PHP environment installation, ThinkPHP 8.x framework setup, coding standards, routing, controllers, database operations, model management, advanced queries, middleware, caching, validation, file handling, and more, enabling learners to build robust web applications with ThinkPHP.

PHPThinkPHPWeb Development
0 likes · 4 min read
Comprehensive ThinkPHP 8.x Development Course: PHP Environment Setup, Framework Configuration, and Advanced Features
php中文网 Courses
php中文网 Courses
Nov 19, 2024 · Mobile Development

Full-Stack Mobile App Development with uniapp and ThinkPHP

This course, designed for developers with basic front‑end experience, teaches how to combine the uniapp framework and ThinkPHP backend to build high‑performance, cross‑platform mobile applications, covering topics such as data modeling, token authentication, middleware, API design, pagination, and deployment.

ThinkPHPbackendfrontend
0 likes · 3 min read
Full-Stack Mobile App Development with uniapp and ThinkPHP
Laravel Tech Community
Laravel Tech Community
Sep 5, 2024 · Backend Development

Top 3 PHP Frameworks in 2024: Laravel, ThinkPHP, and webman

This article reviews the three most popular PHP frameworks of 2024—Laravel, ThinkPHP, and webman—detailing their key features, performance characteristics, and suitable use‑cases to help developers choose the best fit for their projects.

LaravelPHPThinkPHP
0 likes · 6 min read
Top 3 PHP Frameworks in 2024: Laravel, ThinkPHP, and webman
php中文网 Courses
php中文网 Courses
Aug 28, 2024 · Backend Development

ThinkPHP 8.x Framework Course Overview and Curriculum

This course teaches PHP environment setup, ThinkPHP 8.x framework installation, coding standards, database operations, and advanced query techniques through a comprehensive curriculum covering configuration, controllers, models, routing, middleware, and utility functions, enabling rapid development of robust web applications.

DatabasePHPRouting
0 likes · 5 min read
ThinkPHP 8.x Framework Course Overview and Curriculum
php中文网 Courses
php中文网 Courses
Jul 29, 2024 · Mobile Development

Full-Stack APP Development with uniapp and ThinkPHP

This course teaches learners with basic front‑end skills how to combine the uniapp framework and ThinkPHP backend to build high‑performance, cross‑platform mobile applications, covering data modeling, token authentication, API design, middleware, pagination, and deployment.

ThinkPHPbackendfrontend
0 likes · 3 min read
Full-Stack APP Development with uniapp and ThinkPHP
php中文网 Courses
php中文网 Courses
Mar 26, 2024 · Backend Development

ThinkPHP 8.x Framework Course Overview and Curriculum

This course provides a comprehensive tutorial on configuring PHP environments and mastering the ThinkPHP 8.x framework, covering installation, coding standards, routing, controllers, database operations, model management, middleware, caching, validation, and deployment techniques for robust backend web development.

DatabasePHPThinkPHP
0 likes · 6 min read
ThinkPHP 8.x Framework Course Overview and Curriculum
php中文网 Courses
php中文网 Courses
Nov 25, 2023 · Backend Development

Best Practices for Writing Maintainable ThinkPHP Applications

This article outlines key guidelines for developing maintainable ThinkPHP applications, covering framework design principles, directory structure, naming conventions, error handling, caching, performance optimization, test‑driven development, and effective team collaboration with version control.

TestingThinkPHPbest practices
0 likes · 5 min read
Best Practices for Writing Maintainable ThinkPHP Applications
Laravel Tech Community
Laravel Tech Community
Jul 2, 2023 · Backend Development

How to Install ThinkPHP 8.0 and Perform an Upgrade

This guide explains the system requirements for ThinkPHP 8.0, shows how to install Composer on different operating systems, provides step‑by‑step commands to install the framework, lists the main features of the 8.0 release, and offers instructions for upgrading from earlier versions.

ComposerInstallationPHP
0 likes · 2 min read
How to Install ThinkPHP 8.0 and Perform an Upgrade
php中文网 Courses
php中文网 Courses
Jun 12, 2023 · Backend Development

Using ThinkPHP 6 for Email Queue Processing

This article explains how to set up and use ThinkPHP 6’s email queue functionality, covering Redis installation, queue configuration, creating a SendMailJob class, pushing jobs to the queue, and running the queue listener to improve email sending performance and reliability.

Email QueuePHPRedis
0 likes · 5 min read
Using ThinkPHP 6 for Email Queue Processing
php中文网 Courses
php中文网 Courses
May 13, 2023 · Artificial Intelligence

Implementing Face Recognition with ThinkPHP and Tencent Cloud AI

This tutorial explains how to integrate Tencent Cloud's facial recognition services with the ThinkPHP framework, covering SDK installation, API key setup, and sample code for face detection, comparison, and identification using PHP.

AIAPIPHP
0 likes · 6 min read
Implementing Face Recognition with ThinkPHP and Tencent Cloud AI
php中文网 Courses
php中文网 Courses
Mar 25, 2023 · Backend Development

ThinkPHP Hook Behaviors: Concepts, Usage Examples, and Implementation

This article explains the concept of ThinkPHP Hook behaviors, demonstrates how to define custom behavior classes, bind them to tags using Hook::add, trigger them with Hook::listen, and configure tag bindings in tags.php, providing complete code examples for a login scenario.

BehaviorHookThinkPHP
0 likes · 6 min read
ThinkPHP Hook Behaviors: Concepts, Usage Examples, and Implementation
Laravel Tech Community
Laravel Tech Community
Feb 15, 2023 · Information Security

ThinkPHP Deserialization Vulnerability (CVE-2022-45982)

The ThinkPHP framework suffers from a deserialization vulnerability (CVE‑2022‑45982) affecting versions 6.0.0‑6.0.13 and 6.1.0‑6.1.1, where unsanitized user input passed to unserialize() can allow attackers to execute arbitrary system commands, and no official patch has been released yet.

CVE-2022-45982PHPThinkPHP
0 likes · 2 min read
ThinkPHP Deserialization Vulnerability (CVE-2022-45982)
Laravel Tech Community
Laravel Tech Community
Dec 25, 2022 · Backend Development

How to Install and Configure think-captcha in ThinkPHP

This tutorial walks through installing the think-captcha package via Composer, configuring its parameters, generating and displaying captchas in a ThinkPHP controller and view, setting up routing, and validating user input using both object and helper methods.

PHPThinkPHPTutorial
0 likes · 2 min read
How to Install and Configure think-captcha in ThinkPHP
php中文网 Courses
php中文网 Courses
Dec 23, 2022 · Backend Development

Integrating Taobao Open Platform SDK with ThinkPHP 5.1 Using Topsdk\Topapi

This guide walks through the process of applying for a Taobao Open Platform account, downloading the Topsdk\Topapi SDK, adding it to a ThinkPHP 5.1 project via Composer, testing the integration with a controller, and handling common pitfalls such as missing classes and documentation mismatches.

ComposerPHPSDK
0 likes · 3 min read
Integrating Taobao Open Platform SDK with ThinkPHP 5.1 Using Topsdk\Topapi
Laravel Tech Community
Laravel Tech Community
Aug 16, 2022 · Backend Development

Implementing Validation in ThinkPHP5 Using the Built-in Validate Class

This article demonstrates how to use ThinkPHP5's built‑in Validate class to define validation rules and scenes, create a simple HTML form for data submission, and process the input in a backend controller, providing complete code examples for each step.

PHPThinkPHPValidation
0 likes · 3 min read
Implementing Validation in ThinkPHP5 Using the Built-in Validate Class
php中文网 Courses
php中文网 Courses
Jun 7, 2022 · Backend Development

How to Set Up a ThinkPHP 6.x Project with Composer, ORM, and Bootstrap UI

This tutorial walks through configuring the development environment, installing Composer, ThinkPHP 6.x, ORM extensions, setting up database credentials, running the built‑in server, and integrating Bootstrap UI components with proper view configuration and sample code snippets.

BootstrapComposerPHP
0 likes · 5 min read
How to Set Up a ThinkPHP 6.x Project with Composer, ORM, and Bootstrap UI
php中文网 Courses
php中文网 Courses
Feb 23, 2022 · Backend Development

How to Import Data in ThinkPHP 5.1 Using PHPExcel

This tutorial explains how to set up Composer, install the PHPExcel library, create a front‑end upload form with Layui, write JavaScript for file handling, and implement a ThinkPHP 5.1 backend that reads Excel files and imports member data into the database.

PHPPHPExcelThinkPHP
0 likes · 8 min read
How to Import Data in ThinkPHP 5.1 Using PHPExcel
Laravel Tech Community
Laravel Tech Community
Feb 16, 2022 · Databases

Using Phinx for Database Migrations in ThinkPHP

This tutorial explains how to install, configure, and operate Phinx within a ThinkPHP project to manage database schema migrations, create and run seed data, update tables, roll back changes, and keep development environments synchronized.

PHPPhinxSQL
0 likes · 6 min read
Using Phinx for Database Migrations in ThinkPHP