
-
All
-
web3.0
-
Backend Development
-
Web Front-end
-
All
-
JS Tutorial
-
HTML Tutorial
-
CSS Tutorial
-
H5 Tutorial
-
Front-end Q&A
-
PS Tutorial
-
Bootstrap Tutorial
-
Vue.js
-
-
Database
-
Operation and Maintenance
-
Development Tools
-
PHP Framework
-
Common Problem
-
Other
-
Tech
-
CMS Tutorial
-
Java
-
System Tutorial
-
Computer Tutorials
-
Hardware Tutorial
-
Mobile Tutorial
-
Software Tutorial
-
Mobile Game Tutorial

How to connect to the database in yii
Yii uses PDO (PHP Date Object) to connect to various databases. Yii uses yii\db\Connection to handle database connections. Find the components in the configuration file and configure the database information to connect.
Dec 31, 2019 pm 04:16 PM
Where is the yii configuration file?
Each Yii environment is a set of configuration files. The Yii configuration files are in the /path/to/digpage.com/environments directory, the config directory in the frontend directory and the backend directory.
Dec 31, 2019 pm 03:58 PM
Where is the yii framework entry file?
The entry file of the Yii framework is in the web directory, and the index.php file in the web directory is the entry file. The index.php file is the startup entry file for the entire web project based on the Yii framework.
Dec 31, 2019 pm 03:41 PM
How to log out of yii
How to log out of Yii: directly use the "Yii::$app->user->logout();return this->redirect(['controller/method name']);" statement to log out.
Dec 31, 2019 pm 03:07 PM
How to log in to yii
How to log in in Yii: 1. Write two Model classes: LoginForm and User, one is used to receive data submitted by users, and the other is used to obtain data from the database. 2. Write a controller for data submission, and fill the data submitted by the user into the corresponding model (Model).
Dec 31, 2019 pm 02:56 PM
yii What do you read in English?
Yii (pronounced Yee or [ji:], which should be the pronunciation of "yi"), represents easy, efficient and extensible. Yii is a high-performance PHP5 web application development framework for developing large-scale web applications.
Dec 30, 2019 pm 02:36 PM
The difference between yii1.0 and 2.0
Yii 2.0 requires PHP 5.4 or higher, which is a huge improvement over the PHP 5.2 required by Yii 1.0. The most obvious change in Yii 2.0 is the use of namespaces. Almost every core class introduces a namespace, such as yii\web\Request.
Dec 30, 2019 pm 02:11 PM
How to use yii modules
Yii2 can create a modules folder in the root directory of the project to store each module. Of course, you can also create additional modules in each module; click Preview-->generate to generate the payment module.
Dec 30, 2019 pm 01:54 PM
How to configure route beautification in yii
The urlManager component is solely responsible for the routing beautification work of Yii. By default, this component is not enabled. We simply configure it in the configuration file backend\config\main.php. enablePrettyUrl: Whether to enable the beautification effect.
Dec 30, 2019 pm 01:46 PM
What does yii2 log do?
yii2 Log to easily log various types of messages, filter them, and collect them to different targets such as files, databases, emails. Use the Yii logging framework: record log messages in various places in your code; filter and export log messages by configuring log targets in the application configuration
Dec 30, 2019 am 11:54 AM
How to check cookies in yii2
Use the $cookies = Yii::$app->request->cookies; command (note that this is a request) to obtain cookies; then use $cookies->get('user', 'defaultName'); to view the value of cookies.
Dec 30, 2019 am 11:49 AM
Where to set the time zone in yii2
In the yii framework, you can directly set the time zone in /protected/config/main.php (Supplement: The same is true for Yii2, add it in common/config/main.php).
Dec 30, 2019 am 11:40 AM
How to open session in yii2
To open a session in yii2, you can use Yii::$app->session;. Use $session->set(); to set the session name and session value.
Dec 30, 2019 am 11:29 AM
How to install plug-ins for yii
First install the composer plug-in for yii, add the corresponding plug-in in the project root directory: vendor -> composer.json; find the corresponding project in the shell: If it is an ABC project, enter the ABC project and execute: composer update
Dec 30, 2019 am 11:10 AM
Hot tools Tags

Undress AI Tool
Undress images for free

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

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

ArtGPT
AI image generator for creative art from text prompts.

Stock Market GPT
AI powered investment research for smarter decisions

Hot Article

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)
Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit
VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version
Chinese version, very easy to use

Hot Topics

