The tp6 framework requires the use of the mysql database, so you still need to know some knowledge about mysql. Today I will take you to learn about the data set. Friends who need it can take a look. In
thinkphp6
, what is returned after the database query is a data set, which is of type think\Collection
and operates in the same way as an array. It's almost the same, except that you need to use some provided methods to process the data set.
The picture below is the method he listed:
The most commonly used ones are toArray and isEmpty.
$select=Db::table('shop_goods')->whrer('id',1)->select(); if($select->isEmpty()){ echo '数据为空'; exit; } print_r($select); print_r($select->toArray()); }
Since this query has results, the output result is:
Related recommendations: The latest 10 thinkphp video tutorial
The above is the detailed content of Detailed introduction to the TP6 data set. For more information, please follow other related articles on the PHP Chinese website!

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

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Chinese version
Chinese version, very easy to use

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function
