- 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.
推薦閱讀
- Progressive Web Apps with React
- 嵌入式軟件系統(tǒng)測試:基于形式化方法的自動化測試解決方案
- arc42 by Example
- 跟老齊學(xué)Python:輕松入門
- JavaScript前端開發(fā)與實(shí)例教程(微課視頻版)
- 編程菜鳥學(xué)Python數(shù)據(jù)分析
- Python Interviews
- BeagleBone Robotic Projects(Second Edition)
- OpenCV Android Programming By Example
- Python深度學(xué)習(xí)(第2版)
- PHP 7 Programming Blueprints
- Python Django Web從入門到項(xiàng)目實(shí)戰(zhàn)(視頻版)
- C++ Data Structures and Algorithm Design Principles
- CISSP in 21 Days(Second Edition)
- Python編程零基礎(chǔ)入門