Jamie Rumbelow

Results 40 comments of Jamie Rumbelow

This version of the code is newer, and probably more stable; if you don't need filters, it's probably best to use this. However, you can easily merge the filters stuff...

The relationship system is great for prototyping, but if you don't mind having a bit messier code (with a performance boost!) you can use your query absolutely fine using the...

Thanks for this – could you send in a pull request making the change yourself? I'll happily merge it. On 24 June 2014 14:34, Saleh Saiid [email protected] wrote: > when...

Okay, if someone wants to write a test and change the value of `$result` to be `affected_rows()`, that'd be awesome. It's going to be a while before I get the...

Thanks for the contribution! Any chance you could write a unit test for this too?

Hi Paul, I'm sorry, I don't think I understand. Case sensitive WHEREs on specific fields? Jamie On 16 April 2014 10:10, paulcanning [email protected] wrote: > Is there a way to...

Thanks! Could you write a quick regression test to check it, please? I'll merge it in :)

Hi Julien, Thanks for your PR and email. I promise I'll take a look soon, I'm just manically busy at the moment – I'll get in touch when I've got...

I like it. Submit a PR, @ivantcholakov, and I'll merge it in

You can submit a pull request by cherry picking the commit into a separate branch, and then PRing on that branch. Like this: ``` $ git remote add jamierumbelow [email protected]:jamierumbelow/codeigniter-base-model.git...