- FuelPHP Application Development Blueprints
- Sébastien Drouyer
- 251字
- 2021-07-23 20:25:54
Chapter 2. Building a To-do List Application
We saw in the last chapter a few basics of the FuelPHP framework, but there is still a lot to learn to be comfortable with it. We will create here our first real-world application to dive a little bit deeper into the main FuelPHP features. We will create a to-do list application, a common training example when introducing frameworks. Again, it won't be a very complicated application, but this project will be used as a basis to introduce essential FuelPHP components.
By the end of this chapter, you should know the following:
- What is a Entity Relationship (ER) diagram
- What is an profiler and how to use it
- How to use the
Debug
class - What is an Object Relational Mapper (ORM) and how to use it in your project
- How to use the basic operations of
Model_Crud
andModel_Orm
- The ORM relations
- What are observers and how to use them
- How to handle Ajax requests
We will assume here, that you have read Chapter 1, Building Your First FuelPHP Application, as the very basics of the framework have been explained there. We will also use JavaScript and jQuery for improving the to-do list user interface. Since this book is intended for intermediary web developers, we will assume you have some knowledge about these technologies. If this is not the case, don't worry, we will use them very lightly and you can find a lot of resources about these tools on the web.
- Git Version Control Cookbook
- OpenDaylight Cookbook
- 自制編譯器
- 密碼學(xué)原理與Java實(shí)現(xiàn)
- Python自動(dòng)化運(yùn)維快速入門
- 軟件測試項(xiàng)目實(shí)戰(zhàn)之性能測試篇
- 云原生Spring實(shí)戰(zhàn)
- Mastering C# Concurrency
- Visual Basic程序設(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)
- Python完全自學(xué)教程
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(第3版)
- Visual Basic程序設(shè)計(jì)習(xí)題與上機(jī)實(shí)踐
- 交互設(shè)計(jì)師成長手冊:從零開始學(xué)交互
- Software Architecture with Python
- Python程序員面試算法寶典