Es Tea Double Eye

You're never too old for a happy childhood

Tag: codeigniter

Back to Code Igniter.

I’ve been developing with Code Igniter for years. One thing that irritated me endlessly is the fact that they destroy the $_GET variable since it does not utilize GET strings, there is no reason to allow it. Never mind that we as developers might want to use it. :P There is a way to access [...]

Kohana PHP. One application, many domains?

In Kohana PHP‘s config file they have a bunch of weird settings that you have to specify. I cannot for the life of Brian understand why! :P I’m talking about this. The very first thing you need to set: <?php $config['site_domain'] = ‘mysite.com’; Now, I can understand the logic if you want to run your [...]

Kohana PHP Framework

Now I’m not going to start a “my-framework-is-better-than-yours” pissing contest again. I’ve learned that 1) People are not easily convinced that what they are using is actually inferior to what they should be using and 2) life is simply too short to try and convince people otherwise. No, I will say that Kohana PHP is [...]