- 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.
推薦閱讀
- SQL Server 從入門到項目實踐(超值版)
- R語言數(shù)據(jù)分析從入門到精通
- Photoshop智能手機APP UI設(shè)計之道
- Scala Design Patterns
- Learning Informatica PowerCenter 10.x(Second Edition)
- Java程序設(shè)計與實踐教程(第2版)
- Java EE 7 Development with NetBeans 8
- Python Interviews
- Windows Phone 8 Game Development
- Java設(shè)計模式深入研究
- Java Web 從入門到項目實踐(超值版)
- 編寫高質(zhì)量代碼之Java(套裝共2冊)
- Access 2013數(shù)據(jù)庫應(yīng)用案例課堂
- Java并發(fā)編程深度解析與實戰(zhàn)
- Game Physics Cookbook