Tagged articles
7 articles
Page 1 of 1
php Courses
php Courses
Mar 31, 2021 · Backend Development

Counting Records with Specific Conditions in ThinkPHP5

This article demonstrates how to count records that meet a specific condition in ThinkPHP5 using an aggregate query, showing both backend PHP code to retrieve the count and frontend template code to display the result, along with screenshots of the implementation.

Aggregate QueryThinkPHP5
0 likes · 2 min read
Counting Records with Specific Conditions in ThinkPHP5
php Courses
php Courses
Mar 23, 2021 · Backend Development

Implementing Ajax Image Upload with Deletion in ThinkPHP5

This guide demonstrates how to replace a standard file upload in a ThinkPHP5 post feature with an Ajax-based solution that allows real‑time image preview, server‑side handling via PHP, and selective deletion of uploaded images, improving compatibility and user experience.

FormDataJavaScriptThinkPHP5
0 likes · 5 min read
Implementing Ajax Image Upload with Deletion in ThinkPHP5
php Courses
php Courses
Feb 22, 2021 · Backend Development

Integrating Grid++ Report Plugin into ThinkPHP5: A Step‑by‑Step Tutorial

This article walks through the complete process of integrating the Grid++ reporting plugin into a ThinkPHP5 project, covering environment setup, required JavaScript files, embedding the designer, controller implementation, and database configuration with clear code examples.

BackendPHPReporting
0 likes · 3 min read
Integrating Grid++ Report Plugin into ThinkPHP5: A Step‑by‑Step Tutorial
360 Quality & Efficiency
360 Quality & Efficiency
Nov 6, 2020 · Backend Development

Introduction to Swoole and Its Integration with ThinkPHP5

This article introduces Swoole as a high‑performance asynchronous PHP engine, explains its differences from traditional PHP execution, and provides step‑by‑step guidance on integrating Swoole with ThinkPHP5, including a complete code example and key implementation notes.

AsyncPHPSwoole
0 likes · 7 min read
Introduction to Swoole and Its Integration with ThinkPHP5
php Courses
php Courses
Nov 2, 2020 · Backend Development

Difference Between view() and fetch() Methods in ThinkPHP5 Controllers

The article explains the distinctions between the view() helper and the fetch() method in ThinkPHP5 controllers, showing code examples for both inherited and non‑inherited controllers, discussing how they handle common template configurations, and recommending the preferred usage in projects.

BackendPHPThinkPHP5
0 likes · 2 min read
Difference Between view() and fetch() Methods in ThinkPHP5 Controllers
Open Source Tech Hub
Open Source Tech Hub
Aug 5, 2019 · Backend Development

How to Implement a Redis‑Backed Queue in ThinkPHP5

This guide explains how to set up ThinkPHP5's built‑in Queue component with a Redis driver, create a custom queue class, configure the queue, produce messages, and run a consumer process, including handling retries, delays, and daemon mode.

Message QueuePHPThinkPHP5
0 likes · 9 min read
How to Implement a Redis‑Backed Queue in ThinkPHP5