[eluser]OverZealous[/eluser]
[quote author="macigniter" date="1273681608"]I got a question which I am sure was answered here before. But since the search function in this forum isn't that great *duck* I am asking it here:[/quote]
Did you try the search in the manual? It searches these forums as well. It's backed by Googleâ„¢
Quote:Is there an easy way of detecting whether a dataset is related to any other table as defined in the models?
Why don't you just write an extension. All the relationships are stored in the $has_one and $has_many arrays. Simply loop through the keys on those arrays, and do your count checks. Note that is_related_to already exists, so it might be confusing to call it is_related.