may someone knows, can't find in documentation..
do not work:
{{ arr.parent_id }}
works:
{{ arr.parentid }}
dump(arr):
-id: 19
-name: "Testa dokuments"
-parent_id: 0
-description: "Dokuments"
-version: 1
symfony error end with:
throw new Twig_Error_Runtime(sprintf('Method "%s" for object "%s" does not exist', $item, get_class($object)), -1, $this->getTemplateName());
thanks.
may someone knows, can't find in documentation..
{{ arr.parent_id }} works: {{ arr.parentid }}do not work:
dump(arr):
-id: 19
-name: "Testa dokuments"
-parent_id: 0
-description: "Dokuments"
-version: 1
symfony error end with:
throw new Twig_Error_Runtime(sprintf('Method "%s" for object "%s" does not exist', $item, get_class($object)), -1, $this->getTemplateName());
thanks.