Re: Model-findAll() based on conditions for an associated HABTM model - any progress?

2006-08-26 Thread AD7six

Hi Cyberlogi,

In rewriting my blog, I came up with this:

http://www.cakephp.org/pastes/show/abc17e6d6081dc7c2f91540668447d9f

Using sub queries it should be possible to do just about anything -
don't know if it's the 'best' idea but it certainly works, and permits
constraints across the HABTM relationship (e.g. blog author_id = x,
tags in (a,b,c))

You can also easily paginate the results should you require, as there's
no call to the method query.

Maybe that's useful to someone else.

Cheers,

AD7six


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Model-findAll() based on conditions for an associated HABTM model - any progress?

2006-08-26 Thread cyberlogi

thanks AD7six,

ugly, but works.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---