yii2
PHP Framework
Remove Yii2 Frontend Web in Apache and Nginx
To remove Yii2 frontend web from your application URL structure, you can apply several safe methods so the URL becomes cleaner and more professional....
PHP Framework
Implement Yii2 URL Encryption with AES-256-GCM
In an increasingly complex digital ecosystem, data security becomes an absolute imperative for web application developers. URL parameter encryption techniques not only protect sensitive...
PHP Framework
Advanced Yii2 GridView: Converting GET to POST Method with Pjax Integration
For experienced Yii2 developers, the change in default filtering behavior from POST in Yii1 to GET in Yii2's GridView often creates a need for...
Database
Real-Time Application Dashboard with Yii2, Node.js, MySQL and Chart.js
In this article we will create a dashboard that can display graphics from data in real-time. The data we use as simulations is the...
PHP Framework
[Yii2] Cache Speed Comparison
Most website developers tend to ignore caching without realizing that it can harm their applications. A one-second delay in access time can mean you're...
PHP Framework
[yii2] Gii CRUD Template for One Page Ajax
Gii is an extension, which provides a web-based code generator to generate models, forms, modules, CRUDs, and so on.By default, the following generators are...
PHP Framework
[Yii2] Create a RESTful API
An API is software that integrates the applications we create with other applications. The purpose of the creation is to share data between applications...
PHP Framework
[Yii2] How to create and use Functions on Yii2
A function is an organized and reusable block of code that is used to perform one related action or achieve a specific result.In creating...
