- CodeIgniter 1.7
- David Upton Jose Argudo Blanco
- 350字
- 2021-04-01 13:45:29
Prerequisites
CodeIgniter is very flexible. It will work equally well with PHP 4.3.2 and above, or PHP 5, as there are lot of hosting providers that still don't support PHP 5, this is useful. It is suggested to search for a PHP 5 hosting. CI will work in the same way. In some cases it's not possible and you will have to go with a PHP 4 hosting. You will also need a database. CI's online user guide says:
Supported databases are MySQL, MySQLi, MS SQL, Postgre SQL, Oracle, SQLite, and ODBC.
In order to develop and test a dynamic website, you need a web server. Normally, you would develop and test your site on a local server—one that runs on your own machine (with the loopback address 127.0.0.1
or localhost
) rather than on a remote site on the Internet.
If you aren't familiar with the process of setting up a web server, it's easier to install a package such as XAMPP Lite or WAMP. It installs Apache, PHP, and MySQL on to a Windows machine with minimum configuration to be done by you. XAMPP Lite is free, it comes with comprehensive instructions, and is almost always easy to install.Alternatively, some versions of Windows come with their own web server, but it is good to use XAMPP or WAMP.
Note
WAMP and XAMPP are very easy to install, and they provide you with a good development environment within minutes. You can find instructions about how to install them on:
For WAMP: http://www.wampserver.com/en/presentation.php
For XAMPP: http://www.apachefriends.org/en/xampp-windows.html#522
Also, if you have any questions you can ask them on the forums:
For WAMP: http://www.wampserver.com/phorum/
For XAMPP: http://www.apachefriends.org/f/
It also helps to have a good PHP editor on your system (Notepad++ or Dreamweaver are good options; notepad++ is available for free). You can do it all in a text editor, but the syntax highlighting feature of a good editor saves you from making lot of simple mistakes with unclosed brackets or mismatched quotation marks.
Once you've reached this far, it will take you two minutes to have CI running on your system.
- Excel 2013使用詳解(修訂版)
- UG NX 8.0基礎與實例教程
- Adobe Illustrator 2023基礎教材
- Photoshop CS6從入門到精通
- 數碼攝影后期處理秘笈:Photoshop CC專業調色(第2版)
- AutoCAD 2018中文版基礎教程
- ASP.NET jQuery Cookbook
- Elasticsearch實戰與原理解析
- CryENGINE 3 Cookbook
- Premiere CC視頻編輯入門與應用
- After Effects 2022從新手到高手
- Microsoft Azure: Enterprise Application Development
- 3ds Max三維動畫制作項目式教程
- 選擇的藝術:Photoshop圖像處理深度剖析(第3版)
- AutoCAD 2010 機械設計與制作技能基礎教程