Well… it’s a mess, but it works good for now. And I think it’s evolving, one sign of this being the fact that 20 people […]
Continue readingCategory: Codeigniter
Say hello to my new library: Postal
I did it again. It’s a new library called Postal (don’t tell me how I came up with this title…). It’s a library that will […]
Continue readingDATETIME validation in CodeIgniter or how to create your own validation rules with callbacks and/or extending the form validation library
I found myself wanting to validate an input field that will be used when inserting the POST values in a table. That input field would […]
Continue readingIntegrating Google’s reCaptcha in CodeIgniter’s form validation – the callback way
Well, it’s that time when someone is bombarding you with spam or, who knows, is trying to look for vulnerabilities by filling your site’s form […]
Continue readingMeet MY_Model (again) for CodeIgniter
Revisiting MY_Model in CodeIgniter: Copying from Jamie Rumbelow and looking at Eloquent and Establishing relationships between tables inside the MY_Model in CodeIgniter (1): has_one and […]
Continue readingEstablishing relationships between tables inside the MY_Model in CodeIgniter (1): has_one and has_many relations
This tutorial turned into a Github repository.Please give it a try at:https://github.com/avenirer/CodeIgniter-MY_Model Well… the previous tutorial (Revisiting MY_Model in CodeIgniter: Copying from Jamie Rumbelow and […]
Continue readingRevisiting MY_Model in CodeIgniter: Copying from Jamie Rumbelow and looking at Eloquent
This tutorial turned into a Github repository.Please give it a try at:https://github.com/avenirer/CodeIgniter-MY_Model This tutorial is a work in progress created at 2015.02.11 and updated at […]
Continue readingMultiple file upload in CodeIgniter using MY_Upload – meet my library extension
The CodeIgniter’s upload library is great. But it only works for single file uploads. So I thought that an extension to allow for multiple files […]
Continue readingImage_nation – a new CodeIgniter image library for automatic cropping and/or resizing of images
Please allow me to introduce to you another one of my libraries. This one is good for manipulating images. Every site that has images for […]
Continue readingMeet my Matches – a PHP CLI script meant to expedite Codeigniter development
Maybe it’s too early to make the announcement, so I hope you will all be gentle with this script. I’m not saying this is THE SOLUTION to […]
Continue reading