windwalker-io / joomla-rad

Windwalker RAD framework for Joomla CMS
http://rad.windwalker.io/
28 stars 15 forks source link

Issue relations #291

Open maximsamoilov opened 6 years ago

maximsamoilov commented 6 years ago

If I make relation in Course through ->addOneToMany('lessons')->targetTable(new Lesson) and in Lesson through ->addManyToOne('course')->targetTable(new Course) will be perpetual cycle. All times calls configure method for each of tables. If uses table name it is work.