Developing a Website with CodeIgniter Part 1: Development Environment and Framework Configuration

Posted on 04. Sep, 2009 by Shawn McCool in PHP, Screencasts, Web Development

This screencast begins a series with the goal of documenting the development of a functionally complete site using PHP with the Code Igniter framework and jQuery for Javascript UI improvements including AJAX interactions.

This video briefly covers the establishment of a local development environment and the configuration of Code Igniter.

Related Posts

  1. Developing a Website with CodeIgniter Part 4: Admin Site CRUD
  2. Developing a Website with CodeIgniter Part 3: The Login Process
  3. Developing a Website with CodeIgniter Part 2: Users Database Table and the User Model
  4. Understand the Structure of CodeIgniter
  5. AJAX with jQuery: A Simple Login Example

Share this Post

Twitter Facebook MySpace Delicious Digg


Show Your Appreciation

If you'd like to express your appreciation for the work I've done why not buy me a coffee?
Click here to donate $3 to my caffeine fund.



Tags: , , , , , , , , , ,

6 Responses to “Developing a Website with CodeIgniter Part 1: Development Environment and Framework Configuration”

  1. Mike McLean says:

    Actually XAMPP includes phpmyadmin so you wouldn’t have to download it.

  2. Shawn McCool says:

    Great! It’s a really nice package.

  3. Alex Justesen says:

    Hey man great tutorials! Just have one question where is the httpd-vhosts.config file located?

  4. Shawn McCool says:

    The vhosts config file is located under apache/conf/extra/httpd-vhosts.cfg

    I am using XAMPP and have it installed to D:/apps/xampp so on my system the file is located at D:/apps/xampp/apache/conf/extra/httpd-vhosts.cfg

  5. Christopher Rhodes says:

    Great tutorial! What IDE are you using in your tutorials?

  6. Shawn McCool says:

    Zend Studio 5.5

    I’ve since upgraded to Zend Studio 7 with mixed results.

Leave a Reply