Tuesday, November 10, 2015

Re: Virtual Field alternative with "belongs to" Relation

Hi Sven,
Sounds like you need a tree, not a virtual field. Maybe this page will be helpful? http://book.cakephp.org/2.0/en/core-libraries/behaviors/tree.html
Especially methods getParentNode() and getPath()
-Rob

On Monday, November 9, 2015 at 6:03:00 AM UTC-5, Sven Mäurer wrote:
I have a category model which can have a parent. In want a virtual field that also shows the parent before the own name. The parent is not required. As far as I researched virtual fields are not working with relatd models. Any suiggestions?

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: