current location: Home > Download > Manual Download > Server side development > CI Rapid Development Chinese Manual
CI Rapid Development Chinese Manual
Classify: Manual Download / Server side development | Release time: 2017-02-09 | visits: 19098 |
Download: 2704 |
Latest Downloads
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
The most powerful brain 3
Odd Dust: Damila
Young Journey to the West 2
24 HoursReading Leaderboard
- 1 How can I dynamically change CSS class rules using jQuery without touching the DOM?
- 2 How to Sort Java Arrays in Descending Order?
- 3 dmhealthsvr.exe - What is dmhealthsvr.exe?
- 4 How to Send a HEAD HTTP Request in Python 2?
- 5 How to Create a Scrollable Table with Locked First Row and Column in JavaScript?
- 6 dgwintbn.dll - What is dgwintbn.dll?
- 7 Why Doesn\'t Go\'s `TCPListener` Use Channels for Concurrency?
- 8 How Does MySQL Ensure Data Integrity in Concurrent Operations?
- 9 How to Create an Animated Dashed Border with CSS Without SVG?
- 10 Do Prepared Statements Need `mysql_real_escape_string()` for Security?
- 11 dlcxmon.exe - What is dlcxmon.exe?
- 12 How to Convert PNG to JPG with Compression and Preserve Transparency in PHP?
- 13 Why is the __init__ Method Essential for Object Initialization in Python Classes?
- 14 dlcgpp5c.dll - What is dlcgpp5c.dll?
- 15 Why Does Changing Text Color in Disabled Textboxes Work Differently in IE6/7 and Firefox?
Latest Tutorials
-
- Go language practical GraphQL
- 1939 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3352 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1760 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2575 2024-03-29
This book explains in detail some of the main features of CI. This book does not contain all the content and details of CI. CI has an excellent online User's Guide that explains most things in detail. it can be used with Download together with CI.
This book is not intended to repeat the content in the User Guide. Instead, this book attempts to make it easy for you to understand how a CI framework works, so you can decide whether it is of value to you before reading this book.
In trying to explain CI How this works is beyond the scope of the User's Guide. (The User Guide is more practical-focused.) This means there are some very theoretical chapters in the "Real Training" section. I found this helpful in understanding How CI works internally; otherwise, it would be difficult to resolve when you encounter a confusing error message.
I try to use a "real world" example when showing CI snippets. What I want to show is that CI Can be used to develop a formal website. Currently, I have several running client websites on hand. I hope to detect, control and test them according to the method I specified, and at the same time record the program operation behavior. I can get a relevant report when I need it.
The examples in this book cannot fully demonstrate the functions of CI, but I think these examples should still demonstrate CI to a certain extent. The ability to simplify handling of commonly used applications (and some uncommon ones).
This book systematically explains the main features of CodeIgniter, and provides detailed explanations with corresponding code examples, so that you can master CodeIgniter from the simple to the deep.