Paul Canning

Results 38 comments of Paul Canning

OK, it seems like before_get is the wrong observer to use in my case. I want to get the data, then append it. It seems whatever I do in before_get...

@avenirer Definitely that line number! Does anyone know if its possible to write a custom method, e.g. `get_some_users()` and have it use the `with()` methods that methods like `get()` and...

@michail1982 care to provide an example? :)

Sorry, I meant an example of how I write the custom method to return the object so it can be used with `get()` and `get_all()`

@michail1982 your example is returning $this, not $row...

Yes, that's right :) I understand that you can use "BINARY" in a WHERE statement to make it case sensitive. I made my own function in a model using active...

Hmmm, do you think you would be able to add in some extra relationship stuff for a future release?

OK, the issue is that time fields (and multiple select list for example) use an array name value eg `name="input_1[]"` The repeat is changing the ID and Name attributes correctly,...

I had to fix the core code of the repeater when it comes to storing dates. I'll dig out the fix later and post it here.

I can't remember what I fixed exactly. I think I tried to fix the JS for the date fields but gave up due to the code being a mess (not...