$post, 'user_id'=>$user_id]); } public function actionViewAllPosts() { foreach (Post::all() as $post) { echo $post->post . "
"; } } }