- Mastering Yii
- Charles R. Portwood II
- 98字
- 2021-07-23 14:30:32
Chapter 3. Migrations, DAO, and Query Building
One of the most fundamental aspects of writing modern web application is working with databases. Through PHP's PDO driver, Yii2, can work with many different kinds of relational databases. In this chapter, we'll cover how to connect to different databases, write database migrations to instantiate our databases, use database access objects (DAO), and use Yii2's built-in Query Builder. We'll also cover the basics of powerful tools such as data providers and data widgets as well as how to use Yii2 to replicate and load balance access to our databases.
推薦閱讀
- Progressive Web Apps with React
- Vue.js 3.x從入門到精通(視頻教學版)
- Android Development with Kotlin
- Rust Cookbook
- MongoDB權威指南(第3版)
- 學習正則表達式
- 編程改變生活:用Python提升你的能力(進階篇·微課視頻版)
- Mastering Adobe Captivate 7
- JavaEE架構與程序設計
- 編程的原則:改善代碼質量的101個方法
- Java服務端研發知識圖譜
- JavaScript高級程序設計(第4版)
- Python程序設計教程
- 秒懂算法:用常識解讀數據結構與算法
- Mastering High Performance with Kotlin