- Mastering Yii
- Charles R. Portwood II
- 77字
- 2021-07-23 14:30:31
Chapter 2. Console Commands and Applications
Often when building modern web applications, we need to write background and maintenance tasks to support our main application. These tasks may include things such as generating reports, sending e-mails via a queuing system, or even running data analysis that would cause a web-based endpoint to timeout. With Yii2, we can build these tools and scripts directly into our application by writing console commands or even complete console applications.
推薦閱讀
- Functional Python Programming
- Learning Scala Programming
- Java Web開(kāi)發(fā)學(xué)習(xí)手冊(cè)
- Learn to Create WordPress Themes by Building 5 Projects
- Python程序設(shè)計(jì)案例教程
- Java Web程序設(shè)計(jì)任務(wù)教程
- Mastering openFrameworks:Creative Coding Demystified
- 持續(xù)輕量級(jí)Java EE開(kāi)發(fā):編寫(xiě)可測(cè)試的代碼
- 分布式數(shù)據(jù)庫(kù)原理、架構(gòu)與實(shí)踐
- JavaScript從入門到精通(視頻實(shí)戰(zhàn)版)
- Secret Recipes of the Python Ninja
- Python編程基礎(chǔ)教程
- 一步一步學(xué)Spring Boot:微服務(wù)項(xiàng)目實(shí)戰(zhàn)(第2版)
- 高性能MVVM框架的設(shè)計(jì)與實(shí)現(xiàn):San
- Learning ROS for Robotics Programming