CodeIgniter from Scratch: Extending the Framework
videos

CodeIgniter from Scratch: Extending the Framework

Tutorial Details
  • Difficulty: Intermediate Advanced
  • Length: 30 Minutes
This entry is part 13 of 17 in the CodeIgniter From Scratch Session
« PreviousNext »

In today’s screencast we are going to learn how to create our own helpers and libraries. We are also going to learn how to extend the existing helpers and libraries that come with CodeIgniter. At the end of the tutorial we will extend the Form Validation library to give it the ability to check for password strength.


Catch Up


Day 13: Extending the Framework

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

    Please please stop moving fast with your mouse over the screen. That’s pretty annoying and distracting.
    But great videos :-)

  • Tom

    Hi,

    I can see only a black box. Do I need a special browser or plug-in?
    I have tested with Firefox, IE, Safari and Opera.

  • kamal

    good shopping cart taturial

  • http://automatedwealthpackage.info/ Automated Wealth Package

    I loved as much as you’ll receive carried out right here. The sketch is attractive, your authored material stylish. nonetheless, you command get got an edginess over that you wish be delivering the following. unwell unquestionably come further formerly again since exactly the same nearly a lot often inside case you shield this increase.

    • McAuley

      What a moron … either this was computer-generated gibberish or “Automated Wealth” is hoping some idiot will click on the link. Not…

  • http://www.eutobac.co.cc/ cheap vogue arome online

    Quhen wine is in, wits out.

  • Gary

    I love this tutorial and wondered where the code download has gone?

  • John P

    If your following along with this and your using 2.0 framework, The Config class is initialized automatically by the 2.0 system so there is no need to do it manually. You’ll notice its not in the system/library folder also.

  • http://goio.net/ TuxLyn

    Day 13 zip file with all the files in this video would be helpful :)

  • Jeff Brice

    is the 15° video, I think that everybody know where and how install codeIgniter

  • vikas

    tutorial is very nice and even it can be understud my average people. Thanks.

  • http://designoob.wordpress.com mojo706

    May I suggest that you show us Flowplayer video embedding. But in General I think you know your stuff.

  • bandroidx

    Please fix the videos ihave to watch the ads like 10 times to watch one video! Android honeycomb. Please do doctrine 2 w/ ci 2 screencast place! Thx!

  • Tony

    Since the release of CI 2.0, you no longer can extend the class in the Library folder as was taught in the tutorial. If you want to extend a native library, you create the file in the Core folder, then follow the above tutorial.

    Please see: Extending the Class
    http://codeigniter.com/user_guide/general/core_classes.html

    • Tony

      After further research, as of CI 2.1.3, there is no need to put the MY_file in the Core folder. They reverted it back to the way the tutorial states. Sorry to confuse, but after testing the 2.0 fix, I noticed that nothing was happening. I later found the correct fix.

      http://codeigniter.com/user_guide/general/creating_libraries.html

  • http://www.facebook.com/raater.rodro Rezowan Kabir Sunny

    Hi, Please upload source code