CodeIgniter from Scratch: Security
Burak Guzel
•
1 min read
This post is part of a series called CodeIgniter From Scratch.
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.
Also available in this series:
- CodeIgniter from Scratch: Getting Started With the Framework
- CodeIgniter from Scratch: Database Selecting Methods
- CodeIgniter from Scratch: Sending Emails
- CodeIgniter from Scratch: Newsletter Signup
- CodeIgniter from Scratch: CRUD
- CodeIgniter from Scratch: Login
- CodeIgniter from Scratch: Pagination
- CodeIgniter from Scratch: AJAX
- CodeIgniter from Scratch: File Uploading and Image Manipulation
- CodeIgniter from Scratch: The Calendar Library
- CodeIgniter from Scratch: File and Directory Operations
- CodeIgniter from Scratch: Shopping Cart
- CodeIgniter from Scratch: Extending the Framework
- CodeIgniter from Scratch: Security
- CodeIgniter from Scratch: Profiling, Benchmarking and Hooks
- CodeIgniter from Scratch: Displaying & Sorting Tabular Data
- CodeIgniter from Scratch: Search Results without Query Strings
Full Screencast



