Hi, I'm new to yii and I would like to know how to filter posts shown on the front page by author when the author loggs in assuming the author logs in by email. So I would like to display posts like this:
Author Name:
1. Post 1
2. Post 2
Page 1 of 1
Filtering out posts by author
#2
Posted 16 August 2012 - 07:19 AM
If you using Yii standerd to fetch Post data, so you can filter data by author id( i assume author identify by author_id )
now you got all Post created by particular author.
// $authorId is identification of author
$model = PostModel::model()->findAll("author_id=$authorId");now you got all Post created by particular author.
Thanks,
Kiran Sharma.
Kiran Sharma.
Share this topic:
Page 1 of 1

Help













