Browsing Tag

codeigniter from scratch

CodeIgniter from Scratch: Search Results without Query Strings
videos

CodeIgniter from Scratch: Search Results without Query Strings

In this episode of CodeIgniter from Scratch, we will implement search features, and display the results pages without the use of query strings. You can use these methods to keep your URL’s clean, and continue using the uri segments convention of the CodeIgniter framework.


This entry is part 17 of 17 in the CodeIgniter From Scratch Session
CodeIgniter from Scratch: Profiling, Benchmarking & Hooks
videos

CodeIgniter from Scratch: Profiling, Benchmarking & Hooks

In this 15th episode of the series, we are going to learn about three subjects: Profiling, Benchmarking and Hooks. You can use these tools to analyze your CodeIgniter applications performance, and figure out what part of the code you need to optimize. We are also going to make even further improvements to the Profiler library to suit our needs.


This entry is part 15 of 17 in the CodeIgniter From Scratch Session
CodeIgniter from Scratch: Security
videos

CodeIgniter from Scratch: Security

In this fourteenth episode of the series, our subject is ‘Security.’ We will go over topics such as: password encryption, message encoding/decoding, XSS filtering, output filtering, sql injection, session security, private controller methods and more.


This entry is part 14 of 17 in the CodeIgniter From Scratch Session
CodeIgniter from Scratch: Extending the Framework
videos

CodeIgniter from Scratch: Extending the Framework

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.


This entry is part 13 of 17 in the CodeIgniter From Scratch Session
CodeIgniter from Scratch: Shopping Cart
videos

CodeIgniter from Scratch: Shopping Cart

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..


This entry is part 12 of 17 in the CodeIgniter From Scratch Session
CodeIgniter from Scratch: The Calendar Library
videos

CodeIgniter from Scratch: The Calendar Library

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.


This entry is part 10 of 17 in the CodeIgniter From Scratch Session
CodeIgniter from Scratch Day 8: AJAX

CodeIgniter from Scratch: Day 8 – AJAX

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.

Remember, it is not required that you watch the previous lessons in order to understand today’s screencast. It’s a self-contained article. However, if you’re new to CodeIgniter, we do recommend that you start from the beginning!


This entry is part 8 of 17 in the CodeIgniter From Scratch Session