- CodeIgniter Web Application Blueprints
- Rob Foster
- 267字
- 2021-08-06 19:34:25
Preface
This book comprises eight projects. These projects are deliberately made with extension and modification in mind, that is, as much as possible, I've tried to build each project in such a way that you can apply your own requirements easily and you don't have to study the code for weeks on end to work out how it functions.
Following each chapter as they currently are will give you a perfectly functioning project, of course, but there is always room to expand and should you choose to extend and add functionality, you can do so easily.
Conversely, each project can be disassembled and specific sections of code can be lifted out and used in completely different projects that are totally separate to this book. I've done this in several ways—as much as possible, the code is kept verbose and simple. The code is kept in small, manageable blocks; I've tried to keep all code as close to the examples of code used in the CodeIgniter documentation (so hopefully, it will follow a familiar flow and appearance).
I've also tried to document each project. The beginning of each chapter will contain wireframes, sitemaps, file tree layouts, and data dictionaries of every table in each project, and in the code itself, I have added explanations of the code.
I try to discuss why something is there rather than just a stale explanation of what something is; this is done in the hope that explaining why something is there will help you understand how relevant the code is to whatever change or amendment you might have in mind.
- 新手學Visual C# 2008程序設計
- Bootstrap Essentials
- 深入淺出Serverless:技術原理與應用實踐
- Building Machine Learning Systems with Python(Second Edition)
- Raspberry Pi Robotic Projects(Third Edition)
- Vue.js應用測試
- Buildbox 2.x Game Development
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Vue.js 3.x高效前端開發(視頻教學版)
- 青少年Python趣味編程
- Spring Boot 2+Thymeleaf企業應用實戰
- Windows 10 for Enterprise Administrators
- JSP大學實用教程
- Switching to Angular 2
- Selenium自動化測試實戰:基于Python