- CodeIgniter Web Application Blueprints
- Rob Foster
- 164字
- 2021-08-06 19:34:26
Common resources
The common resources used in this book are discussed in upcoming sections.
Twitter Bootstrap
Every project in the chapters in this book uses Twitter Bootstrap. We will download Bootstrap and find a good place for it in our filesystem. We will then create the header and the footer files. All projects in the book will call these header and footer files (using the CodeIgniter function $this->load->view()
to display views). However, these projects will not actually contain the code for the header and footer—only the working code between the header and footer (what you might think of as the stuff in between the <body>
and </body>
tags) will be detailed in each project.
推薦閱讀
- Java虛擬機字節碼:從入門到實戰
- Swift 3 New Features
- Hands-On C++ Game Animation Programming
- HTML5 and CSS3 Transition,Transformation,and Animation
- Android程序設計基礎
- JavaCAPS基礎、應用與案例
- Learning Docker Networking
- OpenCV Android開發實戰
- LabVIEW數據采集(第2版)
- 區塊鏈原理、架構與應用(第2版)
- JavaScript高級程序設計(第3版)
- Professional Azure SQL Database Administration
- 云原生基礎架構:構建和管理現代可擴展基礎架構的模式及實踐
- “笨辦法”學Python 3
- Java實用教程