Pavel Smirnov
Pavel Smirnov
Just a quick and dirty fix that seems to have done the trick I was after: ``` if (in_array($relationship, $this->_with)) { $this->load->model($options['model']); foreach ( $this->_with as $r ) { //...
In any application which produces JSON I would recommend to hack CI core class to disable any kind of exception handling to prevent it from spitting HTML when its concerned...
Anyone found any solution?
It worked for me with Ghazi's option.. Are sure it did recompile/redeploy ?
Lads, has this PR been merged ? I'm observing following behaviour on a similar sample: $document->fill( ["items" => $items] ); items has both "id" and "document_id" fields set, so technically...
I've created my own repo, merged the PR above and "bobs yer uncle" it worked... Now, I'm behind tracking this repo... But old code still works (as in customer not...
How about you try make the parent id field fillable inside a child model ? just in case i.e. survey_id inside questions and so on...