- Programming with CodeIgniterMVC
- Eli Orr Yehuda Zadik
- 155字
- 2021-08-06 16:48:03
Installing CodeIgniter
First of all, we need to have a hosted PHP server (Version 5.3 or later) and a MySQL (one of the latest versions) server, where we know the database credentials. Local database access from the PHP is recommended for simplicity.
Note that the server will operate in a CGI (Common Gateway Interface) fashion in order to let CI operate. We can have a local web development environment on our PC or a remote server hosted and dedicated.
Once we've set up a local web development environment, we'll need to download the latest version of CI, which is Version 2.1.2 at the time of writing this book. The link to download the latest version is http://codeigniter.com/downloads/. Now, if we look inside the CI folder, we should see the following directory tree:
codeigniter/ index.php application/ cache/ config/ controllers/ core/ errors/ helpers/ hooks/ language/ libraries/ logs/ models/ third_party/ views/ system/ core/ database/ fonts/ helpers/ language/ libraries/
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- R語言數據分析從入門到精通
- Delphi程序設計基礎:教程、實驗、習題
- JavaFX Essentials
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Active Directory with PowerShell
- Haskell Data Analysis Cookbook
- Tableau 10 Bootcamp
- 算法設計與分析:基于C++編程語言的描述
- INSTANT Apache ServiceMix How-to
- Appcelerator Titanium:Patterns and Best Practices
- Java程序設計教程
- 計算機系統解密:從理解計算機到編寫高效代碼
- C語言程序設計教程
- Building Web Applications with Flask