phpeveryday.com

The best tutorial of php, php framework, php strategies, object oriented oriented,


CodeIgniter: Installation

Tag: CodeIgniter, framework   Category: PHP Framework
post: 19 Jan 2008 read: 3,219


CodeIgniter Step By Step Tutorial: After understand about codeIgniter at this, now, we learn how to install CodeIgniter. We will install to our local computer. Before follow this instruction, please download CodeIgniter at www.codeigniter.com.

  1. Open your root web server.
  2. Put CodeIgniter downloaded.
  3. Extract it, you will get a folder named "codeigniter_[version]".

    put codeigniter

  4. For simple, rename the folder to be "CodeIgniter" only.

    rename folder codeigniter

  5. Now, open config.php within CodeIgniter\system\application\config.
  6. Change base site url at line 14:

    config base url site codeigniter

  7. Point your browser to http://localhost/CodeIgniter. You should get like this:

    first page codeigniter



Series this article:
CodeIgniter: Introduction to CodeIgniter Framework
CodeIgniter: Installation
CodeIgniter: Creating First Application at CodeIgniter
CodeIgniter: Creating and Sending Parameters Between Controller and View
CodeIgniter: Getting Parameters From GET
CodeIgniter: Setting Database Configuration
CodeIgniter: Preparing Database
CodeIgniter: Showing Simple All Data
CodeIgniter: Showing Simple One Data
CodeIgniter: Choosing a Data From GET

| Give Your Opinion | Recommend
Share and Bookmark to: These icons link to social bookmarking sites where readers can share and discover new web pages.
digg del.icio.us technorati Ma.gnolia BlinkList

Recommended articles by other readers:
Web Services: How PHP Kiss VB.NET? (Part 1)
Joomla: Fast Road to Understand Component Programming
Chart: How to Build Cool Animation Real Time Chart
Email: Send Attachement Mail
SMS : Sending SMS with PHP and ActiveXperts (Part 1)

What do You Think?
Your Name *:
Email *:
(Will not be published)
Website/URL:
Your Comment *:
* Required


624
posting