View Single Post
  #3 (permalink)  
Old August 13th, 2009, 09:37 AM
myerman myerman is offline
Wrox Author
Points: 206, Level: 4
Points: 206, Level: 4 Points: 206, Level: 4 Points: 206, Level: 4
Activity: 22%
Activity: 22% Activity: 22% Activity: 22%
 
Join Date: May 2008
Location: Austin, TX, USA.
Posts: 52
Thanks: 0
Thanked 4 Times in 4 Posts
Default mmm, db_clean

I introduce the concept of db_clean() in chapter 9, which is part of a refactoring discussion on security. Originally though, in chapter 6, I wanted you to create some functionality without the extra security so that we could later go thru refactoring.

If you're going to use the code from the download (instead of typing it in by hand) then you need to grab all of the code, including the helper file that contains the db_clean() function....sorry if this is confusing.
__________________
Thomas Myer
Author, Professional CodeIgniter
http://www.tripledogs.com
Reply With Quote