Well… I see a lot of questions regarding SEO friendly URLs, and also regarding the problem with URLs that have trailing slashes which show the […]
Continue readingCategory: Codeigniter
Alter the way Ion Auth works by using hooks. Get a gravatar after the user logs in
Ion Auth library has something called hooks. These hooks are just what they’re called… Hooks. In there you can attach any code you want by […]
Continue readingRegister users using Ion Auth in CodeIgniter 3
What we will learn in this episode OK… We’ve installed Ion Auth and made the login page. How about allowing users to register an account? […]
Continue readingLet’s install Ion Auth library
What will we learn in this episode In this episode we will learn about setting the CodeIgniter framework to work with sessions and importing the […]
Continue readingHow to edit a row of data with a form in CodeIgniter
Well… Even though I get a lot of thanks for what I’ve wrote so far (and even some correction on some faulty code… I’m only […]
Continue readingThe migrations in CodeIgniter or how to have a “Git” for your database (part 3 of 3: Using Matches for faster development)
Hmm… I don’t know about you but the two tutorials before this one in the series about migration really scared me with the naming, the […]
Continue readingThe migrations in CodeIgniter or how to have a “Git” for your database (part 2 of 3: Alter tables with Migrations in CodeIgniter)
(created at: July 23, 2015; last update: July 23, 2015) Well… you got here. So I will be assuming that you’ve already followed the first […]
Continue readingThe migrations in CodeIgniter or how to have a “Git” for your database (part 1 of 3)
(created at: July 22, 2015; last update: July 29, 2015) Well… this title is a bit misleading, isn’t it? Let’s just start by talking about […]
Continue readingMeet “The Rat”, my CodeIgniter logger library
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 reading