Welcome Guest, Not a member yet? Register   Sign In
Video Tutorials Outdated
#1

[eluser]Unknown[/eluser]
I apologize if this is a repost, but I wanted to bring it to somebody's attention.

I decided to pick up CodeIgniter after failing miserably with Yii. So I downloaded it today and started working through the video tutorials linked on the 'Video Tutorial' tab of the main navigation of this site.

In working through the first video, I realized that it was written for Codeigniter 1.X, and therefore doesn't work with 2.X. The following two issues exist with the first tutorial:

Code:
class Blog extends Controller
is replaced with
Code:
class Blog extends CI_Controller

and

Code:
parent::Controller();
is replaced with
Code:
parent::__construct();

The video is extremely well done, but a newbie (like myself) can and will get confused working through this tutorial.

If an admin could at least note these errata on the first video tutorial page, I'm sure it would save some people a lot of troubleshooting.

I'll make another post after I work through the second video tutorial.

Thanks for your time!


Messages In This Thread
Video Tutorials Outdated - by El Forum - 03-18-2011, 07:45 AM
Video Tutorials Outdated - by El Forum - 03-18-2011, 08:42 AM
Video Tutorials Outdated - by El Forum - 03-18-2011, 01:41 PM
Video Tutorials Outdated - by El Forum - 03-25-2011, 03:19 PM
Video Tutorials Outdated - by El Forum - 05-09-2011, 04:15 PM
Video Tutorials Outdated - by El Forum - 05-10-2011, 02:14 AM
Video Tutorials Outdated - by El Forum - 05-18-2011, 06:09 PM
Video Tutorials Outdated - by El Forum - 05-18-2011, 09:18 PM
Video Tutorials Outdated - by El Forum - 05-18-2011, 09:40 PM
Video Tutorials Outdated - by El Forum - 08-04-2011, 08:33 AM
Video Tutorials Outdated - by El Forum - 08-04-2011, 09:04 AM
Video Tutorials Outdated - by El Forum - 08-08-2011, 07:48 AM
Video Tutorials Outdated - by El Forum - 03-27-2012, 05:30 AM
Video Tutorials Outdated - by El Forum - 03-27-2012, 05:39 AM
Video Tutorials Outdated - by El Forum - 03-27-2012, 05:47 AM
Video Tutorials Outdated - by El Forum - 03-27-2012, 06:06 AM
Video Tutorials Outdated - by El Forum - 03-27-2012, 06:27 AM
Video Tutorials Outdated - by El Forum - 08-24-2012, 05:53 PM
Video Tutorials Outdated - by El Forum - 08-25-2012, 05:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB