Could I get more info on how to filter on categories in the posts_controller?
I am trying to search this on the cakephp website, and the internet, but i'm having a hard time, with the cakephp.org site being so much down.
So if you have this code:
function index ($category = null){
if ($category){
// add category conditions (how to actually filter here?)
}
}
thx
--
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
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
Friday, February 4, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment