- 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.
- Monkey Game Development:Beginner's Guide
- LabVIEW入門與實戰開發100例
- Vue.js入門與商城開發實戰
- Apache Hive Essentials
- Groovy for Domain:specific Languages(Second Edition)
- ArcGIS By Example
- Python算法詳解
- Procedural Content Generation for C++ Game Development
- PHP+Ajax+jQuery網站開發項目式教程
- R用戶Python學習指南:數據科學方法
- OpenCV with Python By Example
- Practical Microservices
- Scala編程實戰
- C編程技巧:117個問題解決方案示例
- C++從入門到精通(第6版)