May 25, 2011, 12:22 am (2 Years, 1 Day, 9 Hours, 35 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 (2 Years, 2 Days, 15 Hours, 36 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
March 27, 2011, 3:49 am (2 Years, 1 Month, 4 Weeks, 1 Day, 20 Hours, 8 Minutes Ago) . posted by Matthew Craig
Advanced Data Caching for Codeigniter
I recently started a project called eBook.TaggedZi.com. This is an ebook reader site that is dedicated to "alternative" ebook devices. During the development of this site, I discovered that I was dealing with LARGE amounts of data and some pretty intricate database queries. (What motivated this file was when it took 33 seconds to load a single page... it was not acceptable.) I realized that clearly some optimizations had...
Read More
February 9, 2011, 1:49 pm (2 Years, 3 Months, 2 Weeks, 13 Hours, 8 Minutes Ago) . posted by Matthew Craig
Making Codeigniter 2.0.0 Friendly
Late last month I learned of Codeigniter 2.0.0, and I was thrilled to see it moving in the for front. So I have started a few new projects to use it, and I beat my head against the wall for about 2 hours reading the forums, and trying to figure out how to remove the "index.php" from the url to make friendly urls. I used an htaccess file (identical to the one i used in Codeigniter 1.7) and I always ended up seeing the default controller no...
Read More
January 31, 2011, 9:39 pm (2 Years, 3 Months, 3 Weeks, 2 Days, 5 Hours, 18 Minutes Ago) . posted by Matthew Craig
Autocomplete in Eclipse PDT for Codeigniter 2.0.0.
Earlier this month EllisLab, Inc. Released for general consumption Codeigniter 2.0.0. So... I am releasing a NEW screen cast on how to get auto-complete working in Eclipse PDT with the new version. Especially since it is different from the last way I did it. This works in BOTH controllers and Models. This unfortunately does not automatically include CUSTOM libraries, controllers, or models... but it does take care of all the...
Read More