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 readingHow to create an accordion in jQuery
Well… I should start by saying that I actually hate Javascript and jQuery (sorry, guys…). If you really have to ask me why, the reason […]
Continue readingAlter 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 readingAgain about my Matches CLI – a CodeIgniter CLI script
When I work on an existing CodeIgniter project, I usually just copy/paste from previous work: if I need to create a new controller, I simply […]
Continue reading