Nick Tsai
Nick Tsai
Another way to get relational data without override: ```php $activeRecord = $this->Model->findOne(123); $activeRecord->relationName = $activeRecord->relationName; print_r($activeRecord->toArray()); ```
Hi @rupalgohel, Good point! I will add Eager Loading feature (`with` method) to the milestone. Thank for your advice.
Hi~ It seems that I was developing this before, but then I thought that there are not many users of this package now: https://github.com/yidas/codeigniter-model/tree/dev_eager If anyone else is eager for...
Hi @razorsharpshady, Thank you for the advice!
Hi @tenshiAMD, Thanks for your suggestion.
Hi, Could you provide a scenario for me to better understand and write into the guide? Thanks
@cebe, thanks. I'm changing to use Asset-Packagist solution for this, which Yii2 could still keep complete packages.
@cebe, thanks again! I have filled up the updated `composer.lock` file.
Hi @alifable, I have added this requirement into milestone.
Hi @alifable, The source code `myjobs` library has been released at [version 1.0.1](https://github.com/yidas/codeigniter-queue-worker/tree/master/examples/myjobs) Cheers