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
- Developing a Website with CodeIgniter Part 4: Admin Site CRUD
- Developing a Website with CodeIgniter Part 3: The Login Process
- Developing a Website with CodeIgniter Part 2: Users Database Table and the User Model
- Understand the Structure of CodeIgniter
- AJAX with jQuery: A Simple Login Example
Share this Post
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.


Actually XAMPP includes phpmyadmin so you wouldn’t have to download it.
Great! It’s a really nice package.
Hey man great tutorials! Just have one question where is the httpd-vhosts.config file located?
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
Great tutorial! What IDE are you using in your tutorials?
Zend Studio 5.5
I’ve since upgraded to Zend Studio 7 with mixed results.