- Mastering Yii
- Charles R. Portwood II
- 100字
- 2021-07-23 14:30:32
Summary
In this chapter, we covered how to configure Yii to run console commands in a manner consistent with our web applications. We also covered the seven built-in console commands in brief. Additionally, we covered how to create our own console commands, how to pass parameters to our command, how to return values properly from within our code, and how to format the output of our commands.
In the next chapter, we'll expand our mastery of Yii by learning how to use and write migrations, how to use database access objects (DAO), and how to use Yii's built-in Query Builder.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- C++案例趣學
- Docker技術入門與實戰(第3版)
- ASP.NET Core 5.0開發入門與實戰
- Java入門很輕松(微課超值版)
- Java從入門到精通(第5版)
- Spring Boot Cookbook
- Building Wireless Sensor Networks Using Arduino
- Couchbase Essentials
- Java圖像處理:基于OpenCV與JVM
- Learning Nessus for Penetration Testing
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Mastering OpenStack
- C++ Data Structures and Algorithm Design Principles
- Java王者歸來:從入門邁向高手