dioooon Approved

Member since: 2016-03-25

Recent posts by dioooon
Post When

@philipptempel

Here is my problem : https://github.com/octobercms/october/issues/1959 https://githu...

Posted in Some relation in plugin

@philipptempel I have relations models: Model Object :


public $hasMany = [
    'rooms' => ['Plugin\...

Posted in Some relation in plugin

Hi. I have 3 model:

  1. Object
  2. Room
  3. Record

Object has many Room, Room has many Record.

How to make in ...

Posted in Some relation in plugin