- 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!
推薦閱讀
- Java EE 6 企業(yè)級應用開發(fā)教程
- OpenCV實例精解
- INSTANT Sencha Touch
- Git高手之路
- Apache Karaf Cookbook
- 智能搜索和推薦系統(tǒng):原理、算法與應用
- Go語言開發(fā)實戰(zhàn)(慕課版)
- Red Hat Enterprise Linux Troubleshooting Guide
- 深度實踐KVM:核心技術、管理運維、性能優(yōu)化與項目實施
- R的極客理想:量化投資篇
- React and React Native
- 程序員面試金典(第6版)
- SQL Server 2008數(shù)據(jù)庫應用技術(第2版)
- React Native -Building Mobile Apps with JavaScript
- Nginx Troubleshooting