I have a model that uses the Tree behaviour, so it has a self join in
the database (parent_id to id). In my index view I'd like to add a
column that shows the count of direct children for 'this' row. I know
I can get that number on a row by row basis using childCount, but how
do I use that as part of my contain and pagination?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to