CodeIgniter From Scratch: Day 1
videos

CodeIgniter From Scratch: Day 1

This entry is part 1 of 17 in the CodeIgniter From Scratch Session
Next »

After numerous requests, today we are launching a new screencast series on Nettuts+ that will focus exclusively on the CodeIgniter PHP framework. Over the course of about 10 videos, I’ll teach you exactly how to use this framework. Ultimately, we’ll work our way up to building a custom CMS. Without further ado, here’s day one!

Day 1


Note: Want to add some source code? Type <pre><code> before it and </code></pre> after it. Find out more
  • Naleen Yadav

    Thanks a lot for this tutorial.

  • Marvel.

    Thanks for this great tut. you are really great ;)

  • Suyog

    You are simply awesome, mysteries in the world will be solved if there are nice teachers like you.

  • SSS

    Thanks, very much appreciated!

  • andy

    nice one… really helpful ….

  • Chester

    with the latest version, you have to put CI_Model and CI_Controller to make it work.

  • Jeff

    Jeff, I love you. Thank you so much for explaining everything so well and dedicating your time to this series!

  • rajaman

    Great Tut! Thank you a lot!!!!

  • Melvin

    Hi, I followed the tutorial and when I tried to go to http://localhost:8888/ci/index.php/site/, I get a blank page. Any idea what could be missing? I’m relatively new to PHP. Thanks!

    • Melvin

      I found the answer below. Reason is I need to extends CI_Controller instead of Controller. Thanks to Ben!

  • Eric

    So MUch Win!

  • John

    Thank you for explaining MVC so well. I was not able to get it clearly when I’m still reading the concepts.