Jamie Rumbelow
Jamie Rumbelow
So, if it's returning the newly inserted ID, you could do this: ``` $feedback = $this->get($data); $feedback->name; ```
Yeah, of course. It's a normal model, just load it like usual!
Sorry, I can't understand what you mean. Could you try to explain yourself a bit clearer? Maybe post all your code (and remember to tab it in so it's displayed...
Ah. A very good point. `has_many` relationships are something I hadn't actually used myself yet so never noticed it. I'll get that fixed soon (unless someone else wants to?). Thanks...
Sorry, no progress :) Try Pigeon with CI3 and let me know.
I've not needed to use it much since I originally wrote it, and the occasions I have used it I've only been doing simple compiling. I'm happy to keep maintaining...
Ahh yes, unfortunately that won't work as *routes.php *is called before the autoload stuff happens. Either require_once it, or use Composer (recommended) On 30 January 2014 02:03, pjebs [email protected] wrote:...
#189 is the most recent version available. Getting it tidied up and running smoothly is on my to-do list for this week.
We can use this: https://github.com/ashleymills/Reachability.swift To whomever implements it: remember to NOT do this on the main thread. Do it async, or else it'll freeze the app!
We need to decide on the purpose of the notification. Alert that a stability fee _vote_ is upcoming, alert that a stability fee vote is likely to pass, or alert...