Well… it’s been a while since I’ve written on my blog, but at least I came with a new library. This time is about reporting […]
Continue readingHow to handle security in POST or GET using CodeIgniter
Well… it’s a huge subject, and I don’t know if I’m the person to ask to regarding this subject, but a reader asked me to […]
Continue readingThe state of my MY_Model. Inserting data directly from forms with from_form() method
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 readingSay 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 readingRevisiting the multilevel menu in PHP with some additional code (as in… Bootstrap CSS)
(created at: May 07, 2014; last update: December 15, 2015) It’s been almost a year since I’ve posted a tutorial (Multi-level menu in PHP – […]
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 reading