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.
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.
Today, we are going to take a look at the Shopping Cart library for CodeIgniter. This useful class allows us to add and remove items to a shopping cart, update them, and calculate prices. I will demonstrate how you can build a simple shopping cart system with the help of this library.. Catch Up Day 1: Getting [...]
In today\'s episode, we are going to be working with several helper functions, related to files, directories, and downloads. We are going to learn how to read, write, download files, and retrieve information about both files and directories. Also at the end we will build a small file browser that utilizes jQuery as well. Catch Up Day [...]
In this tenth episode of the CodeIgniter From Scratch screencast series, we will be exploring the Calendar library. We are also going to utilize the database class and jQuery AJAX. I will show you how to build a simple and CSS-styled calendar page, which will have the ability to store and display content for each day.
In lesson nine of our CodeIgniter series, we\'ll build a small image gallery that allows you to upload files, and automatically create thumbnails.
The CodeIgniter from Scratch series was unexpectedly, and significantly popular. Today, I\'m pleased to announce that, with the help of one of my best authors, Burak, we\'ll be continuing the series! Additionally, the most often requested topic is the subject for today\'s screencast: combining CodeIgniter and jQuery.
CodeIgniter is becoming well known for its power as a PHP based web application framework, but it\'s not often that we see examples of it being used for anything else. Today we\'ll learn how we can use CodeIgniter to create a RESTful API for your existing web applications, and demonstrate how to interact with your own API or other RESTful web-services, such as Facebook and Twitter.