XenForo
Administrative
- Thread starter
- Admin
- #1
I've an Entity that has a
This is the relation:
PHP:
Read more
ادامه مطلب...
TO_MANY
relationship to another entity. The related entity had 14 rows originally. Then to test something out, I removed 2 rows from the database manually and then refreshed the page. However, it is still showing 14 rows on the dump. In the template, I'm using $foo.Bars
which shows the following:This is the relation:
PHP:
Code:
'Bars' => [
'entity' => 'Asprin\FB:Bar',
'type' => self::TO_MANY,
'conditions' => ['bar'],
'primary' =>...
Read more
ادامه مطلب...