- 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.
- The Modern C++ Challenge
- 數據結構和算法基礎(Java語言實現)
- INSTANT FreeMarker Starter
- 信息可視化的藝術:信息可視化在英國
- C語言程序設計(第2版)
- Functional Programming in JavaScript
- Scratch 3.0少兒編程與邏輯思維訓練
- Scratch真好玩:教小孩學編程
- Raspberry Pi 2 Server Essentials
- Visual Basic程序設計實驗指導(第4版)
- 正則表達式經典實例(第2版)
- Jenkins Continuous Integration Cookbook(Second Edition)
- SQL Server實用教程(SQL Server 2008版)
- Deep Learning with R Cookbook
- 從Power BI到Analysis Services:企業級數據分析實戰