Hello, Is there a way to implement this scenario:
Post is written in locale EN, if locale FR is selected, and there is no FR translation available for the Post, return nothing. Currently it returns the default fields found in the posts table. I'd guess that first, there should be a way to specify the locale of the post upon saving. Consider that done. How would it go about telling cake not to grab the default fields and just return nothing ? of course one would loop through the result and do some tests then unset() the record, and alter paging params accordingly but this is a waste of cycles. Any thoughts are welcome -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
