Tag

Yii

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Mar 17, 2025 · Backend Development

Comparative Overview of Major PHP Frameworks and Their Use Cases

This article reviews five popular PHP frameworks—Laravel, Symfony, CodeIgniter, Yii, and Phalcon—detailing their key features, strengths, and ideal project scenarios to help developers choose the most suitable framework for their specific needs.

CodeIgniterLaravelPHP
0 likes · 7 min read
Comparative Overview of Major PHP Frameworks and Their Use Cases
php中文网 Courses
php中文网 Courses
Dec 4, 2023 · Backend Development

Comparative Evaluation of Popular PHP Frameworks

This article provides a comprehensive comparison and evaluation of five major PHP frameworks—Laravel, Symfony, CodeIgniter, Phalcon, and Yii—highlighting their key features, performance characteristics, learning curves, and suitable project scenarios to help developers choose the most appropriate framework for their needs.

CodeIgniterFrameworksLaravel
0 likes · 4 min read
Comparative Evaluation of Popular PHP Frameworks
High Availability Architecture
High Availability Architecture
May 10, 2022 · Backend Development

Laravel vs Yii: A Comprehensive Comparison

This article compares the PHP web frameworks Laravel and Yii, detailing their core features, installation requirements, validation, routing, CRUD generation, extensions, migrations, testing, security, and documentation, and provides scored evaluations to help developers choose the most suitable framework for their projects.

ComparisonLaravelPHP
0 likes · 9 min read
Laravel vs Yii: A Comprehensive Comparison
php中文网 Courses
php中文网 Courses
Jan 7, 2022 · Backend Development

Understanding MVC: Common Pitfalls and Proper Separation of Concerns in Yii Framework

The article explains the MVC design pattern, describes how the author mistakenly packed all business logic into Yii controllers leading to massive, unmaintainable code, and outlines the correct responsibilities of Model, View, and Controller to achieve thin controllers and rich models.

MVCModel-View-ControllerPHP
0 likes · 7 min read
Understanding MVC: Common Pitfalls and Proper Separation of Concerns in Yii Framework
Java Architect Essentials
Java Architect Essentials
May 14, 2021 · Backend Development

Implementing User Check-in Feature: MySQL vs Redis Bitmap Solutions

This article explains how to implement a user check‑in feature using two approaches—direct MySQL storage and Redis bitmap—detailing database schema, sign‑in logic, code examples, and a comparison of their advantages and disadvantages for backend development.

BitMapMySQLPHP
0 likes · 6 min read
Implementing User Check-in Feature: MySQL vs Redis Bitmap Solutions