June 9, 2011, 12:25 pm (11 Months, 1 Week, 3 Days, 12 Hours, 14 Minutes Ago) . posted by Matthew Craig
Sanitation
Everyone loves to loves a clean environment... but no one loves to clean. I am no exception. But I understand the need. After working on PHP for years, and discovering no really good libraries out there for data sanitation... I have written my own. (I tried to use OWASP's ESAPI... but gave up...)
Definition:
According to google Sanitation is "Conditions relating to public health, esp. the provision of clean drinking water and adequate sewage disposal"...
Read More
June 7, 2011, 5:25 pm (11 Months, 1 Week, 5 Days, 7 Hours, 14 Minutes Ago) . posted by Matthew Craig
Validation Class for PHP Remix
As a Web developer, I have seen my share of crappy and insecure code out there. (Especially working on other people's code.) One of the biggest problems and security breaches I see is the failure to properly validate data before using it. Earlier this year I started to build a validation library and posted it up on this site. In my programing "evolution" I have learned a few techniques that (in my opinion) are superior to the...
Read More
May 25, 2011, 12:22 am (11 Months, 3 Weeks, 5 Days, 17 Minutes Ago) . posted by Matthew Craig
CRUD for Codeigniter 2.0
I recently (yesterday) decided to dust off my CRUD model, and discovered it did not work for Codeigniter 2.0. So, I have completely overhauled it and even built a new demo to show people how to use it. I have installed this and tested it personally so it should work for all you cats out there.
Donate
If you like the library and find it useful please consider donating. Thanks to those of you who have already contributed.
Download
Download...
Read More
May 23, 2011, 6:21 pm (11 Months, 3 Weeks, 6 Days, 6 Hours, 18 Minutes Ago) . posted by Matthew Craig
Validation Class
I am building a library of basic classes that perform tasks that I want. One of the tasks I have spent too much time on in my professional career is validation. As I use Codeigniter a lot, I am making my class a "library" in Codeigniter, however can be used completely independent of Codeigniter.
Update 09 July 2011
This class has been replaced with a NEWER version. (This library was expanded a good deal and has become a new Branch.) The newer branch...
Read More
April 1, 2011, 7:51 pm (1 Year, 1 Month, 2 Weeks, 4 Days, 8 Hours, 48 Minutes Ago) . posted by Matthew Craig
VIM for the PHP Developer Part 3
Part 1 - Part 2
This article is about the plugins, that help make VIM use full for PHP development. This helps bring VIM to the level of a Full IDE. I have found instructions on how to incorporate a php debugger into VIM, but as all of my projects run on REMOTE servers, it is not practical for me to run at this time. I may do another tutorial on the debugger and possibly ctags.
NERD Tree
This is by far the most useful plugin I have discovered...
Read More