Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 1452 related content
yii2 admin finished using

Course Introduction:Yii2 AdminLTE is a backend management system template based on the Yii2 framework and AdminLTE management template. It provides a wealth of controls and features that can help developers quickly build powerful backend management systems. Installation and use: Install through composer: composer requires kartik-v/yii2-adminlte to configure the AdminLTE module in config/web.php to run the migration command: yii migrate/up --migrationPath=@kartik-v/yii2-adminlte/migrations

2025-04-18 comment 0  420

What is yii2? What are the advantages and disadvantages of yii2?

Course Introduction:Yii2 is a powerful PHP framework that has been widely praised by developers. With its high performance, scalability and user-friendly interface, it becomes ideal for building large, complex web applications. However, like any framework, Yii2 has some advantages and disadvantages to consider.

2025-04-18 comment 0  763

How to Hide the Frontend and Backend Directories from URLs in a Yii2 Website?

Course Introduction:Hiding frontend/web and backend/web Directories on Yii2 Websites with .htaccessProblem:In the Yii2 Advanced template, the frontend and backend...

2024-10-30 comment 0  855

Yii2 restful api front-end usage tutorial

Course Introduction:This article will guide you on how to build front-end applications using the Yii2 RESTful API. The RESTful API is a web service that follows the Representational State Transfer (REST) ​​architecture style. It allows client applications to interact with servers in a standardized way, obtain and modify data. With the Yii2 RESTful API, you can easily create and manage REST API endpoints and provide JSON data available for front-end applications. This tutorial will explain how to set up your Yii2 environment, create REST API endpoints, and use Java

2025-04-18 comment 0  1067

How to Hide Frontend and Backend Paths in Yii2 Applications?

Course Introduction:Hiding Frontend and Backend Paths in Yii2 using .htaccess and Request ComponentProblem OverviewYii2 applications by default display frontend and...

2024-11-01 comment 0  944

MoreTechnical Articles
Yii2 Chinese manual

Course Elementary  8452

Course Introduction:Yii2 Chinese manual

Yii2 framework basic video tutorial

Course Intermediate  6715

Course Introduction:Yii is a high-performance, component-based PHP framework for rapid development of modern web applications. It is particularly suitable for developing large-scale applications, such as portals, communities, content management systems (CMS), e-commerce projects and RESTful web services. Yii 2.0 requires PHP 5.4.0 or above.

Basic introduction to thinkphp and basic introduction to yii2

Course Elementary  10644

Course Introduction:"Basic Introduction to Thinkphp and Basic Introduction to Yii2" This course briefly introduces the super basic knowledge of thinkphp and Yii2, code deployment, and framework running processes. It is very suitable for students who have never been exposed to frameworks! ! So what are we waiting for! ! Start the mysterious journey of opening the frame! !

Scala Tutorial

Course Elementary  13797

Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.

CSS Online Manual

Course Elementary  82322

Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).

More courses
  • yii2 error connecting to mongodb3.2.4

    Excuse me, what's going on? This is my first time using yii2, please give me some advice. Mongodb3.2.4 installed locally and yii2 installed by composer. The permissions of mongodb have been configured better. Before using auth, you cannot use the show dbs command. After using auth verification, you can use the show dbs command...

    2017-05-02 09:24:18 0  0  835

  • How to use mongodb to do rbac in yii2

    Please tell me, how to use mongodb for RBAC permission control in yii2?

    2017-05-02 09:23:46 0  0  980

  • PHP framework - Which one is more used in China, Yii2 or laravel?

    I learned Yii2 and it feels pretty good. Its performance is better than laravel. However, I feel that Yii2 does not have as many open source applications as laravel and it does not seem to be very active. Domestic companies use more yii2 than laravel. I want to learn A more promising framework, I hope you can give me some guidance.

    2017-05-16 16:53:49 0  4  733

  • php - yii2-ueditor-widget

    yii2-ueditor-widget When using a text editor, the ActiveForm form validation error in Yii will not prompt an error. However, if the verification part is entered, the verification cannot be passed if the conditions are not met. How can I make it prompt a form verification error?

    2017-06-24 09:41:35 0  1  928

  • How to log "deprecated warning" in Yii2 without showing it

    In order to switch from PHP8.0 to 8.1, I encountered a lot of PHPDeprecatedWarnings being displayed. I could simply turn them off, but it would be better to fix them for PHP8.2, so I'm trying to get a silent logger of these warnings when my app is running in PHP8.1. What settings do I need to make in Yii2 and PHP? Is this possible? When I set PHP to error_reporting(E_ALL);, the Yii2 application displays errors. This is not the "silent" way. Yii2 configuration:

    2023-09-05 16:40:49 0  1  669

MoreQ&A

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved