- 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.
- Functional Python Programming
- JavaScript+DHTML語法與范例詳解詞典
- PHP 從入門到項目實踐(超值版)
- PyTorch自動駕駛視覺感知算法實戰
- Vue.js快跑:構建觸手可及的高性能Web應用
- R語言數據可視化實戰
- C語言從入門到精通(第4版)
- 面向對象程序設計(Java版)
- 計算機應用基礎項目化教程
- scikit-learn Cookbook(Second Edition)
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- PostgreSQL 12 High Availability Cookbook
- 啊哈C語言!:邏輯的挑戰(修訂版)
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- Java EE基礎實用教程