- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 118字
- 2021-08-13 18:22:55
Chapter 4. Starting your Application
We are ready to start developing the framework behind our application!
In this chapter, we will:
- Create a simple PHP framework from scratch - Bones
- Learn how to use Git for source control
- Add functionality to Bones to handle URL requests
- Build out support for views and layouts, so that we can add a frontend to our application
- Add code to allow us to handle all of the HTTP methods
- Set up complex routing and build it into an example application
- Add the ability to use public files and use them with our framework
- Publish our code to GitHub, so that we can manage our source code
Let's jump right into it!
推薦閱讀
- 程序員修煉之道:程序設計入門30講
- ReSharper Essentials
- What's New in TensorFlow 2.0
- SQL Server 2016從入門到精通(視頻教學超值版)
- Python爬蟲開發:從入門到實戰(微課版)
- ASP.NET 3.5程序設計與項目實踐
- Linux命令行與shell腳本編程大全(第4版)
- Java Web程序設計任務教程
- QGIS By Example
- Java面向對象程序設計
- 深入理解C指針
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- OpenCV Android Programming By Example
- MongoDB Cookbook
- R統計應用開發實戰