- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 209字
- 2021-08-13 18:22:55
Bones
In this book, we are going to build a very lightweight framework called Bones
to run our application. You will probably wonder to yourself why are we building another framework? It's a valid question! There are tons of PHP frameworks out there such as: Zend framework, Cake, Symfony, and so on. These are all powerful frameworks, but they also have a steep learning curve, and it would be impossible to touch on each of them in this book. Instead, we'll create an extremely light PHP framework that will help simplify our development but won't have a lot of other bells and whistles. By building this framework, you'll have a greater understanding of HTTP methods and how to build light applications from the ground up. Once you've developed this application using Bones, it should be easy for you to apply your knowledge to another framework, because we'll be using some pretty standard processes.
If you run into any problems through this chapter or are eager to see the finished product, then you can access the full Bones framework on GitHub: https://github.com/timjuravich/bones. I'll also cover an easy way for you to grab all of this code at the end of this chapter.
Let's get started by setting up our project.
- 程序員面試筆試寶典(第3版)
- 零基礎(chǔ)學(xué)Visual C++第3版
- Visual Basic 6.0程序設(shè)計(jì)計(jì)算機(jī)組裝與維修
- .NET 4.0面向?qū)ο缶幊搪劊夯A(chǔ)篇
- Mastering Python Scripting for System Administrators
- Python進(jìn)階編程:編寫(xiě)更高效、優(yōu)雅的Python代碼
- 零基礎(chǔ)學(xué)MQL:基于EA的自動(dòng)化交易編程
- 算法訓(xùn)練營(yíng):提高篇(全彩版)
- Mathematica Data Analysis
- iOS開(kāi)發(fā)實(shí)戰(zhàn):從入門到上架App Store(第2版) (移動(dòng)開(kāi)發(fā)叢書(shū))
- 區(qū)塊鏈技術(shù)與應(yīng)用
- Learning R for Geospatial Analysis
- Android移動(dòng)開(kāi)發(fā)案例教程:基于Android Studio開(kāi)發(fā)環(huán)境
- 實(shí)戰(zhàn)Java高并發(fā)程序設(shè)計(jì)(第2版)
- Solutions Architect's Handbook