Suffice to say suffix

June 1st, 2010 | View Comments
CodeIgniter

A common disturbance of mine is when I want a controller named the same as a model. The standard way of solving this is calling your models for example UsersModel, Users_m, or the likes. This has the unpleasant side effect of making your code look fugly. The other option would be to do the same to the application controllers, but this would affect the URL instead of the code which is probably worse in the end since that would affect the end-user. So what to do?

Read more..

Greetings human

June 1st, 2010 | View Comments

I’m no fan of these first posts so I’ll try to be brief. I just wish to tell you what this blog is, and also what it is not. Come to think of it, I might actually use this as my legal contract. Well, perhaps not..